aboutsummaryrefslogtreecommitdiff
path: root/modules/FindKDE4Internal.cmake
AgeCommit message (Collapse)Author
2007-05-18Revert kconfig_compiler move, it's a devel toolDavid Faure
svn path=/trunk/KDE/kdelibs/; revision=665848
2007-05-17revert my change for win32 libexec and instead point LIBEXEC_INSTALL_DIR to ↵Andreas Pakulat
BIN_INSTALL_DIR on win32 svn path=/trunk/KDE/kdelibs/; revision=665787
2007-05-15-add comment why find_xxx() is called twiceAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=664860
2007-05-14Move kconfig_compiler to libexecDavid Faure
Mention bug in FindKDE4Internal when people try configuring a module with a prefix != kde prefix CCMAIL: kde-buildsystem@kde.org svn path=/trunk/KDE/kdelibs/; revision=664536
2007-05-07meinproc -> meinproc4David Faure
svn path=/trunk/KDE/kdelibs/; revision=662242
2007-05-03Add link to the bug reportThiago Macieira
svn path=/trunk/KDE/kdelibs/; revision=660843
2007-05-03disable -fno-threadsafe-staticsDirk Mueller
svn path=/trunk/KDE/kdelibs/; revision=660803
2007-05-02Revert - it's not always compiled.David Faure
-> it's not a standard KDE4_FOO_LIBS, it's a KMETADATA_LIBRARIES like any 3rd-party lib we have to check the existance of. svn path=/trunk/KDE/kdelibs/; revision=660321
2007-05-02Let's be consistent with the rest of FindKDE4Internal: renamed to KMETADATA_LIBSDavid Faure
svn path=/trunk/KDE/kdelibs/; revision=660314
2007-05-01Add new cmake variableLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=659893
2007-05-01Add new cmake kde4 macroLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=659888
2007-04-30merge phonon-solid-sprint working branch - minus phonon and solid subdirsMatthias Kretz
svn path=/trunk/KDE/kdelibs/; revision=659749
2007-04-30Merge libkwalletclient into libkdeui (since it only requires kdecore + ↵David Faure
qtgui); a lib for one class (which kio uses anyway) is overkill. svn path=/trunk/KDE/kdelibs/; revision=659626
2007-04-20KDE4_INCLUDE_INSTALL_DIR is not defined but INCLUDE_INSTALL_DIR is definedLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=656153
2007-04-16we have core and ui where ui is optional.Sebastian Sauer
svn path=/trunk/KDE/kdelibs/; revision=654406
2007-04-02Need to define this, to link knewstuffDavid Faure
svn path=/trunk/KDE/kdelibs/; revision=649531
2007-04-02- it's called KNS2 now, we want old code to fail on purpose instead of by ↵Josef Spillner
accident svn path=/trunk/KDE/kdelibs/; revision=649500
2007-04-02Define KDE4_KDE3SUPPORT_LIBS while building kdelibs too, and the upcoming ↵David Faure
kfile lib svn path=/trunk/KDE/kdelibs/; revision=649201
2007-03-31Split sonnet between kdeui/kdecore ok'ed in januaryLaurent Montel
It will allow to add spellchecking into ktextedit New sonnet organization ok'ed by David. libsonnetcore/libsonnetui is removed now. svn path=/trunk/KDE/kdelibs/; revision=648519
2007-03-30Changed the services and servicetypes directories to "kde4/services" and ↵David Faure
"kde4/servicetypes" so that we never try to use a kde3 KPart into a kde4 application, and vice versa, and to avoid conflicts when installing both into the same prefix. This solution also leaves room for prepending a kde4/ in front of other resources if needed... maybe most of them, apart from those that affect $KDEHOME too (like config and data...) CCMAIL: kde-core-devel@kde.org svn path=/trunk/KDE/kdelibs/; revision=648276
2007-03-29Remove kxmlcore library tests. This library is gone.Brad Hards
OK'd by David Faure. svn path=/trunk/KDE/kdelibs/; revision=647752
2007-03-28Now we requires qt4.3Laurent Montel
Please update your qt-copy/tarball Regards svn path=/trunk/KDE/kdelibs/; revision=647419
2007-03-26allow to use KDE4_PHONONUI_LIBS in kdelibsMatthias Kretz
svn path=/trunk/KDE/kdelibs/; revision=646669
2007-03-19-require CMake 2.4.5Alexander Neundorf
-minor cleanups Alex svn path=/trunk/KDE/kdelibs/; revision=644423
2007-02-26There are a couple of places where we make "APPLE" assumptionsBenjamin Reed
when they really should be Q_WS_X11/Q_WS_MAC assumptions. These changes make it so that kdelibs (and probably the rest) build against qt4/x11 on Mac OS X safely. It should still work with qt4/mac as well. svn path=/trunk/KDE/kdelibs/; revision=637547
2007-02-20use "kde4" as prefix for application .desktop filesStephan Binner
svn path=/trunk/KDE/kdelibs/; revision=635677
2007-02-13don't include -finlines-visibility-hidden unless gcc is >= 4.2. just tooDirk Mueller
many bugs in older versions svn path=/trunk/KDE/kdelibs/; revision=633369
2007-02-07we don't want -ansi in C flags, we want c89 plus BSD 4.4 extensions.Dirk Mueller
Fixes snprintf not being available (which is a very very stupid thing to do) svn path=/trunk/KDE/kdelibs/; revision=631262
2007-02-07SVN_SILENT remove commented out lines (showed up in my grep)David Faure
svn path=/trunk/KDE/kdelibs/; revision=631180
2007-02-05Needed for other modules to use kdefakes without hardcoding the lib dirDavid Faure
svn path=/trunk/KDE/kdelibs/; revision=630595
2007-02-04make it possible to use KDE4_SOLID_LIBS KDE4_PHONONCORE_LIBSMatthias Kretz
KDE4_KAUDIODEVICELIST_LIBS in kdelibs svn path=/trunk/KDE/kdelibs/; revision=630080
2007-01-30-only look for the headers in the given install pathAlexander Neundorf
-the same for binaries, but afterwards also in the standard dirs, not sure whether this should be kept... -remove usage of KDEDIR -improve docs Alex svn path=/trunk/KDE/kdelibs/; revision=628657
2007-01-28-revert commit from Laurent, we have to discuss requiring cmake 2.4.5 (or ↵Alexander Neundorf
2.4.6) first before requiting it Alex CCMAIL: montel@kde.org svn path=/trunk/KDE/kdelibs/; revision=628019
2007-01-28don't look in default paths first, else it'll find KDE 3 libs for meMatthias Kretz
svn path=/trunk/KDE/kdelibs/; revision=628001
2007-01-27as a lot of guy report problem to compile after changes which requiresLaurent Montel
cmake >= 2.4.5 or use "-DKDE4_BUILD_TESTS=ON" it's better to signal minimum requires to 2.4.5. It's better to force update that developper doesn't understand why kde doesn't compile. 2.4.3 was release in july 2006 so all major distro have new version and 2.4.5 was released in december 2006 So it's time to upgrade it. svn path=/trunk/KDE/kdelibs/; revision=627620
2007-01-26-introduce new internal variable _kdeBootStrapping, so that we don't have Alexander Neundorf
to keep of the logic of detecting whether we are inside kdelibs -detabify Alex CCMAIL: montel@kde.org svn path=/trunk/KDE/kdelibs/; revision=627454
2007-01-23Ah bah the vars were not set when compiling kdelibs itself. Now it links.David Faure
svn path=/trunk/KDE/kdelibs/; revision=626580
2007-01-23Fix inline-visibility detectionThomas Zander
svn path=/trunk/KDE/kdelibs/; revision=626472
2007-01-23add -fno-threadsafe-statics to the CXXFLAGS if supported: as we can't rely onMatthias Kretz
threadsafe local statics anyway, we can save the cycles in gcc4 compiled programs (gcc4 adds a mutex around every local static). svn path=/trunk/KDE/kdelibs/; revision=626443
2007-01-22Undo my accidental change of the compiler flags from the otherThiago Macieira
day. So, re-add the KDE 3.5.x test to check if g++ is fixed WRT to -fvisibility-inlines-hidden and enable it if it works (works fine on 32-bit). As for the C compiler flag, I've moved it to an independent variable. KDE is not in the business of creating C libraries, so I'll add this flag for kde4_add_library & family. If we need a 3rd-party library to be build, a different macro than kde4_add_library will be needed. svn path=/trunk/KDE/kdelibs/; revision=626277
2007-01-22Changed kspell2 to sonnet where relevant, in anticipation of merging ↵Jacob Rideout
sonnet-refactoring into trunk svn path=/trunk/KDE/kdelibs/; revision=626251
2007-01-22Add kwalletclient cmake macroLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=626117
2007-01-20New macros for creating and installing application handbooks.Allen Winter
To use, in your module/doc/app/CMakeLists.txt: kde4_create_handbook(index.docbook) kde4_install_handbook() Oh, this will probably not work for kdelibs/doc because we need to pass meinproc the --srcdir option in that module. CCMAIL: kde-buildsystem@kde.org svn path=/trunk/KDE/kdelibs/; revision=625750
2007-01-20-user CMAKE_MODULE_LINKER_FLAGS for CMAKE_MODULE_LINKER_FLAGSAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=625584
2007-01-20Do not override my compiler flags, thank youThiago Macieira
svn path=/trunk/KDE/kdelibs/; revision=625581
2007-01-18-add the dependency to meinproc when building kdelibs to the meinproc macro, ↵Alexander Neundorf
so meinproc gets created before the rule is executed -remove the unnecessary if() around the find_program() calls, they in any way do nothing if it was found already -add docs for the new meinproc macro to FindKDE4Internal.cmake Alex svn path=/trunk/KDE/kdelibs/; revision=625047
2007-01-12- rename kalsadevicelist to kaudiodevicelist as it supports OSS devices just asMatthias Kretz
well now - adapt the KCM to the name change - make selections on the categoryTree work correctly (used the wrong signal) - added whatsThis and toolTips to the KCM - add unknown AudioCaptureDevices to the list - make the remove function use the standard removeRows function instead of replacing the whole model data - enable InternalMove on the deviceList svn path=/trunk/KDE/kdelibs/; revision=622681
2007-01-04lovely cmake featureStephan Kulow
svn path=/trunk/KDE/kdelibs/; revision=619738
2007-01-03Start to organize a bit kdecore, in subdirrectoriesOlivier Goffart
For now i have done the following division. kdecore/kernel : stuff related to the old KApplication kdecore/config : every class that inherit from KConfigBase kdecore/io : class related to files or process (like in qtcore/io) kdecore/date : stuff related to the date or the time (calendar, timezone, ...) kdecore/strings : operation on strings and strings localisation kdecore/sycoca : KSyCoCa related files This division is not in the stone, and there is still many files that have not been sorted svn path=/trunk/KDE/kdelibs/; revision=619422
2006-12-27- add cmake variable for the new libMatthias Kretz
- change the cmake variable names for Phonon for consistency (from what I tested this doesn't break compilation) svn path=/trunk/KDE/kdelibs/; revision=617094