aboutsummaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
2009-12-14-add the framework path to QT_INCLUDE_DIR instead of QT_QTCORE_INCLUDE_DIRAlexander Neundorf
Both are used always by UseQt4.cmake, and it is somewhat more logical to add it to QT_INCLUDE_DIR, since this is necessary when using Qt<Module>/foo.h includes, which is similar to the framework-style includes Alex CCMAIL: <mike@mikearthur.co.uk> Mike, can you please confirm this also work for you on OSX ? svn path=/trunk/KDE/kdelibs/; revision=1062473
2009-12-14-kio should be in the link interface of kfile, since it uses kio symbols in ↵Alexander Neundorf
its public interface -remove the now useless old KDE4_foo_LIBS variables set in bootstrap mode (they are now all set properly a few lines below) Alex svn path=/trunk/KDE/kdelibs/; revision=1062450
2009-12-13-set the KDE4_FOO_LIBRARY/LIBS variables also when building kdelibs itself, ↵Alexander Neundorf
as discussed on kde-buildsystem Alex svn path=/trunk/KDE/kdelibs/; revision=1062067
2009-12-13SVN_SILENT Fix doc. LIBATTICA_INCLUDE_DIRS doesn't exist.Christophe Giboudeaux
svn path=/trunk/KDE/kdelibs/; revision=1062043
2009-12-13-also use the "NAMES" keyword Alexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=1062039
2009-12-13remove NO_DEFAULT_PATH in the find_library() callAllen Winter
use HINTS rather than PATHS in the find_path() call svn path=/trunk/KDE/kdelibs/; revision=1062007
2009-12-13-make building KDE with Qt4 installed as OSX frameworks workAlexander Neundorf
Alex CCMAIL: mike@mikearthur.co.uk CCMAIL: kde-buildsystem@kde.org svn path=/trunk/KDE/kdelibs/; revision=1062002
2009-12-12fix find_library to use HINTS rather than PATHS when searchingAllen Winter
svn path=/trunk/KDE/kdelibs/; revision=1061755
2009-12-08add version check for atticaFrederik Gladhorn
svn path=/trunk/KDE/kdelibs/; revision=1060235
2009-12-07Remove file removed in 1059810 from CMakeLists.txt too.Will Stephenson
"I will 'make' before committing" ... CCMAIL: mike@mikearthur.co.uk svn path=/trunk/KDE/kdelibs/; revision=1059829
2009-12-07Remove CMake module: identical to upstream.Mike Arthur
svn path=/trunk/KDE/kdelibs/; revision=1059810
2009-12-04SVN_SILENT typoChristophe Giboudeaux
svn path=/trunk/KDE/kdelibs/; revision=1058574
2009-12-03add support for the GNU OS (also known as Hurd)Pino Toscano
- it mostly behaves as linux, as the toolchain (gcc, gnu ld, gnu libc) is the same - add -pthread to the ld flags for shared modules and libraries svn path=/trunk/KDE/kdelibs/; revision=1058116
2009-12-03-autmatically include NepomukAddOn...cmake file, so modules using nepomuk ↵Alexander Neundorf
don't have to do this unfortunately I couldn't test it, since I still have build problems with redland :-/ Sebastian, please check that it works as expected Alex CCMAIL: trueg@kde.org svn path=/trunk/KDE/kdelibs/; revision=1058066
2009-12-03fix name of the nepomuk fileAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=1058063
2009-12-03NepomukAddOntologies.cmake is now in cmake/modules/ like all the other filesAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=1058060
2009-12-03-move this file also to cmake/modules/ where all the other installed files areAlexander Neundorf
Alex CCMAIL: trueg@kde.org svn path=/trunk/KDE/kdelibs/; revision=1058059
2009-12-03-use HINTS instead of PATHS and don't disable the default search path, this ↵Alexander Neundorf
should find it in more places Alex svn path=/trunk/KDE/kdelibs/; revision=1058054
2009-12-02Various OSX 10.6 fixes.Mike Arthur
svn path=/trunk/KDE/kdelibs/; revision=1057486
2009-12-01correct copy'n'paste errorPatrick Spendrin
svn path=/trunk/KDE/kdelibs/; revision=1057264
2009-12-01Find Phonon include directory on Qt with Frameworks.Mike Arthur
svn path=/trunk/KDE/kdelibs/; revision=1057166
2009-11-30-find_package_handle_standard_args() already takes care of not printing the ↵Alexander Neundorf
same message twice, so it's not necessary to set the QUIETLY -multiple suffixes can be listed after PATH_SUFFIXES, so it's not necessary to have two find_path() calls -/usr and /usr/local are already part of CMAKE_SYSTEM_PREFIX_PATH, so it's not necessary to set /usr/share and /usr/local/share explicitely (see CMake Modules/Platform/UnixPath.cmake) Alex CCMAIL: trueg@kde.org svn path=/trunk/KDE/kdelibs/; revision=1056761
2009-11-30Make soprano and sdo optional in FindNepomuk.cmake.George Kiagiadakis
If nepomuk is optional, they should not be marked as required. svn path=/trunk/KDE/kdelibs/; revision=1056584
2009-11-29Support upcoming 0.2 version of the shared-desktop-ontologies which will ↵Sebastian Trueg
bring a cmake config file svn path=/trunk/KDE/kdelibs/; revision=1056325
2009-11-27CCMAIL: neundorf@kde.orgDario Freddi
Fixing naming mess in polkitqt-1 cmake files. Renaming all the according variables to POLKITQT-1_* for consistency with the so name of the library (polkit-qt-1). Again for consistency, rename the KAUTH_BACKEND of polkitqt-1 to PolkitQt-1 instead of PolkitQt1. This time it works :) svn path=/trunk/KDE/kdelibs/; revision=1055185
2009-11-27Also find shared-desktop-ontologies in CMAKE_PREFIX_PATHSebastian Trueg
svn path=/trunk/KDE/kdelibs/; revision=1055125
2009-11-27Fixed Nepomuk build system including the shared ontologies.Sebastian Trueg
Approved by Andreas Pakulat. svn path=/trunk/KDE/kdelibs/; revision=1054973
2009-11-25Revert the new cmake module committed without any review or announcement and ↵Alexander Neundorf
which was in a broken state. This has the effect that the condition for building nepomuk is now never true (instead of sometimes), but I have the impression that for successfully building all of KDE nepomuk is always required, since the nepomuk/trig parsing is also used e.g. in kdepim and I think also in kdenetwork. So the behaviour was already wrong, and now it is more exposed. This should help getting it fixed. Also, this commit makes explicit that soprano with redland backend and raptorparser are in fact required for building KDE since last week. Alex CCMAIL: trueg@kde.org CCMAIL: kde-buildsystem@kde.org CCMAIL: kde-core-devel@kde.org svn path=/trunk/KDE/kdelibs/; revision=1054396
2009-11-25-add support for the COMPONENTS keyword, so we can specifiy which components ↵Alexander Neundorf
are REQUIRED (PLUGIN_RAPTORPARSER and PLUGIN_REDLANDBACKEND for kdelibs) Alex CCMAIL: trueg@kde.org CCMAIL: kde-buildsystem@kde.org svn path=/trunk/KDE/kdelibs/; revision=1054394
2009-11-25Add those files back because we shipped them with stable KDE releases.Alexander Neundorf
We will in no way completely remove them, at least empty files just printing a useful error message will stay. Let's see what Sebastian says. Alex svn path=/trunk/KDE/kdelibs/; revision=1054390
2009-11-25-rename the cache variable SOPRANO_PLUGIN_DIR to SOPRANO_PLUGIN_ROOT_DIR, so ↵Alexander Neundorf
it is not shadowed by the non-cache variable SOPRANO_PLUGIN_DIR -fix indentation Alex svn path=/trunk/KDE/kdelibs/; revision=1054356
2009-11-25Added macro to find the new shared-desktop-ontologies packageSebastian Trueg
svn path=/trunk/KDE/kdelibs/; revision=1054294
2009-11-25Fix install.Andreas Hartmetz
CCMAIL: sebastian@trueg.de svn path=/trunk/KDE/kdelibs/; revision=1054124
2009-11-25removed completely deprecated stuffSebastian Trueg
svn path=/trunk/KDE/kdelibs/; revision=1054115
2009-11-24add QtMultimediaPatrick Spendrin
svn path=/trunk/KDE/kdelibs/; revision=1053711
2009-11-24set knewstuff3 variablesFrederik Gladhorn
svn path=/trunk/KDE/kdelibs/; revision=1053400
2009-11-23keep in sync with cmake: search for linguist and designerAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=1053371
2009-11-22-use the LOCATION target property instead EXECUTABLE_OUTPUT_PATHAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=1052901
2009-11-22-use find_package() instead of macro_optional_find_package() for soprano ↵Alexander Neundorf
inside nepomuk, it doesn't make sense to be able to disable soprano if nepomuk is enabled -also search for the nepomuk stuff if soprano was not found, this makes it possible to have a better error message at the end -also add the soprano variables to the find_package_handle_standard_args() command for better error messagesa Alex CCMAIL: trueg@kde.org svn path=/trunk/KDE/kdelibs/; revision=1052846
2009-11-22cosmetics: all lower-caseAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=1052840
2009-11-22-use HINTS instead of PATHS for searching (directories listed with HINTS are ↵Alexander Neundorf
searched before the standard dirs, directories listed after PATHS are searched after the standard dirs) -fix the upper/lower casing of Nepomuk -also call find_package_handle_standard_args() if soprano was not found Alex CCMAIL: <trueg@kde.org> svn path=/trunk/KDE/kdelibs/; revision=1052796
2009-11-22CCMAIL: kde-buildsystem@kde.orgDario Freddi
CCMAIL: neundorf@kde.org As discussed with Alexander, don't install FindPolkitQt.cmake, as it is needed only by kdebase/workspace. KDE Application would have to use KAuth instead. svn path=/trunk/KDE/kdelibs/; revision=1052723
2009-11-22-better commentAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=1052534
2009-11-21-improve documentationAlexander Neundorf
-rely less on pkgconfig -honor PolkitQt_FIND_REQUIRED properly -POLKITQT_LIBRARIES doesn't have to be ADVANCED, since it is not in the cache at all -the variable POLKITQT_LIB does not exist Alex svn path=/trunk/KDE/kdelibs/; revision=1052520
2009-11-20CCMAIL: kde-buildsystem@kde.orgDario Freddi
Nevermind, I found out how. Also, probably FindPolkitQt.cmake is another good candidate for non-installation? It could be just copied over to kdebase/workspace/cmake/modules in that case. For me it's more than ok and makes even more sense, as KDE applications are not supposed to take advantage of polkit-qt, but of KAuth instead. svn path=/trunk/KDE/kdelibs/; revision=1051970
2009-11-20CCMAIL: kde-buildsystem@kde.orgDario Freddi
Adding FindPolkitQt-1.cmake for the upcoming polkit-1 support in KAuth, as discussed on kde-buildsystem some time ago. Alex, can you please take care of making this module not getting installed? svn path=/trunk/KDE/kdelibs/; revision=1051967
2009-11-18-keep in sync with cmake: don't let whitespace-separated libs slip into the ↵Alexander Neundorf
variables Alex svn path=/trunk/KDE/kdelibs/; revision=1051144
2009-11-18rename FindAttica to FindLibAttica as suggested by AlexFrederik Gladhorn
svn path=/trunk/KDE/kdelibs/; revision=1050996
2009-11-17improve findatticaFrederik Gladhorn
svn path=/trunk/KDE/kdelibs/; revision=1050643
2009-11-17move FindAttica.cmake into kdelibsFrederik Gladhorn
svn path=/trunk/KDE/kdelibs/; revision=1050497