aboutsummaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
2007-08-03also search in the kde4 install dirsAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=695827
2007-08-03-more default search paths: always also search in the current install prefix ↵Alexander Neundorf
and also in the directory where the current cmake is installed Alex svn path=/trunk/KDE/kdelibs/; revision=695825
2007-08-03-don't load KDELibsDependencies.cmake twiceAlexander Neundorf
-use the project specific kdelibs_SOURCE_DIR and kdelibs_PROJECT_DIR variables to detect whether we are compiling kdelibs -some cosmetics Alex svn path=/trunk/KDE/kdelibs/; revision=695821
2007-08-03-add FindPackageHandleStandardArgs.cmake from cmake cvs, which adds a macro ↵Alexander Neundorf
for handling the QUIETLY and REQUIRED arguments for FIND_PACKAGE() and which sets the foo_FOUND variable if all additional variables are TRUE -use this new macro in FindStrigi. -put the successful query of pkgfconfig for the strigi version in the cache, so it doesn't have to do it again the next time -if pkgconfig doesn't find strigi at all, print a warning message but don't fail Alex svn path=/trunk/KDE/kdelibs/; revision=695818
2007-08-03remove unnecessary default search pathAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=695815
2007-08-03remove unnecessary default search pathsAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=695813
2007-08-02* Improve the error message when the strigi pkgconfig test failsRichard Dale
svn path=/trunk/KDE/kdelibs/; revision=695716
2007-08-01add macro KDE4_CREATE_MANPAGE().Allen Winter
This macro creates a roff file from a manpage docbook. Still todo: write the macro to install the manpages. FYI: I don't think we have any such docbook files yet, but I am working on one for konsolekalendar as a test case. svn path=/trunk/KDE/kdelibs/; revision=695367
2007-07-29Give extra hints on failure to find StrigiWill Stephenson
svn path=/trunk/KDE/kdelibs/; revision=693961
2007-07-26give a hintDirk Mueller
svn path=/trunk/KDE/kdelibs/; revision=692881
2007-07-26replace the incorrect message about "recent strigi" with 0.5.3. Dirk Mueller
svn path=/trunk/KDE/kdelibs/; revision=692857
2007-07-25- okayed by thiagoJason vanRijn Kasper
- commenting the fact that QT4_ADD_DBUS_ADAPTOR actually has 6 parameters. the 5th and 6th are optional and allow for configuring the basename and classname of the generated adaptor classes. svn path=/trunk/KDE/kdelibs/; revision=692557
2007-07-24PLASMA_OPENGL_FOUNDAaron J. Seigo
svn path=/trunk/KDE/kdelibs/; revision=692033
2007-07-24Make KDE4_UPDATE_ICONCACHE() no-op if DESTDIR is setRivo Laks
svn path=/trunk/KDE/kdelibs/; revision=692029
2007-07-24Add KDE4_UPDATE_ICONCACHE() macro and call it from KDE4_INSTALL_ICONS()Rivo Laks
svn path=/trunk/KDE/kdelibs/; revision=691973
2007-07-24PLASMA_LIBS not PLASMA_LIBRARIESAaron J. Seigo
svn path=/trunk/KDE/kdelibs/; revision=691895
2007-07-24the name of the installed library is "libgpgme++" nowAllen Winter
svn path=/trunk/KDE/kdelibs/; revision=691881
2007-07-24REPLACE -> REGEX REPLACEChristian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=691631
2007-07-23ok, this is a hack to make update-mime-database work again. We need to find ↵Christian Ehrlicher
a better solution with all those paths... CCMAIL: kde-windows@kde.org svn path=/trunk/KDE/kdelibs/; revision=691498
2007-07-23subtle attempt to break win32 compilation - read the docs marc ! ;-)Christian Ehrlicher
CCMAIL: mutz@kde.org svn path=/trunk/KDE/kdelibs/; revision=691495
2007-07-23Be more robust when creating export macro definesMarc Mutz
svn path=/trunk/KDE/kdelibs/; revision=691419
2007-07-23fix for QCA2 include dir on win32Christian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=691401
2007-07-23change XDG_APPS_DIR -> XDG_APPS_INSTALL_DIR, ↵Laurent Montel
XDG_DIRECTORY_DIR->XDG_DIRECTORY_INSTALL_DIR, DBUS_INTERFACES_DIR->DBUS_INTERFACES_INSTALL_ DIR, DBUS_SERVICES_DIR->DBUS_SERVICES_INSTALL_DIR to have same naming convention as discussed with Alex. Fix into khtml cmakefile to try to fix enable-final (generate khtml_final_cpp.cpp before to use it) svn path=/trunk/KDE/kdelibs/; revision=691212
2007-07-23move the mimetype update macro to FindSharedMimeInfo.cmake, since it belongs ↵Alexander Neundorf
to this stuff and not really to KDE4 Alex svn path=/trunk/KDE/kdelibs/; revision=691173
2007-07-22Bump minimum supported CUPS version to 1.1.20, and drop someAlex Merry
compatibility code. svn path=/trunk/KDE/kdelibs/; revision=691112
2007-07-22libkleo will move back to kdepimTom Albers
svn path=/trunk/KDE/kdelibs/; revision=691082
2007-07-21remove tabsPeter Kümmel
svn path=/trunk/KDE/kdelibs/; revision=690694
2007-07-21too much parameters for the msvc IDE, put them into a file and use the moc ↵Peter Kümmel
option '@' svn path=/trunk/KDE/kdelibs/; revision=690693
2007-07-19- fixed comments Ralf Habacker
- added <programFiles>/win32libs to KDEWIN search svn path=/trunk/KDE/kdelibs/; revision=690003
2007-07-18fix for win32Christian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=689661
2007-07-18win32 fix: make sure no dll is build using auto-import because it makes ↵Ralf Habacker
trouble in some cases svn path=/trunk/KDE/kdelibs/; revision=689445
2007-07-18Do not install SVN support files in l10n/ll/scripts.Chusslove Illich
svn path=/trunk/KDE/kdelibs/; revision=689251
2007-07-17Define this symbol everywhere, not just on WindowsThiago Macieira
svn path=/trunk/KDE/kdelibs/; revision=689027
2007-07-17let search KDEPimLibsDependencies.cmake in CMAKE_MODULE_PATH, not only in ↵Ralf Habacker
hardcoded path svn path=/trunk/KDE/kdelibs/; revision=689007
2007-07-16- change back the generic version to be in syncDirk Mueller
| with the major KDE version and instead define | an override for those libraries that clash svn path=/trunk/KDE/kdelibs/; revision=688504
2007-07-16Rename it as discussed with AlexLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=688461
2007-07-15KLEO, not KLEOPATRA.Allen Winter
Also, the lib will have a "-gpl" extension. svn path=/trunk/KDE/kdelibs/; revision=688235
2007-07-14Oops, this is not neededCharles Connell
svn path=/trunk/KDE/kdelibs/; revision=687949
2007-07-14back to unix styleChristian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=687941
2007-07-14fix for msvc when find_package(Qt) is called more than once.Christian Ehrlicher
see also http://lists.kde.org/?l=kde-buildsystem&m=118431477014099&w=2 Patch from nhuh put add web de svn path=/trunk/KDE/kdelibs/; revision=687903
2007-07-14macro to find libkleoCharles Connell
svn path=/trunk/KDE/kdelibs/; revision=687864
2007-07-14not used anymoreMatthias Kretz
svn path=/trunk/KDE/kdelibs/; revision=687850
2007-07-14Now kleopatra was moved to kdepimlibsLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=687792
2007-07-13alex says list(append is faster than set(foo ${foo}Matthias Kretz
svn path=/trunk/KDE/kdelibs/; revision=687518
2007-07-13only pass C++ source files to kde4automocMatthias Kretz
svn path=/trunk/KDE/kdelibs/; revision=687273
2007-07-13kde variable is not defined at the begining into kdelibsLaurent Montel
and if we search directly into include_install_dir Remove old compatibility variable svn path=/trunk/KDE/kdelibs/; revision=687269
2007-07-12-remove a lot of code duplication for the icon stuff by using "maps" instead ↵Alexander Neundorf
of if/endif, this should even make it extendable for 3rd party themes Alex svn path=/trunk/KDE/kdelibs/; revision=687034
2007-07-12Fix the build, by installing the new kde4automoc.files.in fileAndreas Pakulat
svn path=/trunk/KDE/kdelibs/; revision=686887
2007-07-12Use configure_file instead of file(write ...) so that the file is only touchedMatthias Kretz
when it really changes. Now the automoc target may depend on that file and doesn't have to depend on CMakeLists.txt anymore. svn path=/trunk/KDE/kdelibs/; revision=686821
2007-07-12-instead of simply removing KDE4_AUTOMOC(), it is better to make it just do ↵Alexander Neundorf
message(SEND_ERROR), so the user gets a useful error message instead of suddenly "unknown command" -same for KDE4_INSTALL_LIBTOOL_FILE() -also remove the docs for both macros from FindKDE4Internal.cmake Alex svn path=/trunk/KDE/kdelibs/; revision=686696