aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2009-11-15-install the files which have been separated from FindQt4.cmakeAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=1049743
2009-11-15Document X11_X11_LIB and X11_X11_INCLUDE_PATHAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=1049732
2009-11-15-more syncing with cmake: make UseQt4.cmake work with the KDE version of ↵Alexander Neundorf
FindQt4.cmake, i.e. detect the additional dependencies Alex svn path=/trunk/KDE/kdelibs/; revision=1049728
2009-11-15-add a comment that we need to check which Qt modules have been foundAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=1049726
2009-11-15-sync with cmake: move -DQT_DLL into Qt4ConfigDependentSettings.cmakeAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=1049724
2009-11-15-more syncing with cmake: split some logic of FindQt4.cmake into separate ↵Alexander Neundorf
files Qt4Macros.cmake and Qt4ConfigDependentSettings.cmake, which are automatically included by FindQt4.cmake. -no functional changes Alex svn path=/trunk/KDE/kdelibs/; revision=1049722
2009-11-13Make sure the NEPOMUK_QUERY_LIBRARIES are found as wellTobias Koenig
svn path=/trunk/KDE/kdelibs/; revision=1048625
2009-11-12Run tests from IDE. $(OutDir) must be expanded by ctest:Peter Kümmel
http://www.cmake.org/pipermail/cmake/2006-January/008061.html svn path=/trunk/KDE/kdelibs/; revision=1048124
2009-11-12search for onto2vocabularyclass, and use the found executable with full path ↵Alexander Neundorf
in the add_ontologies() macro (should make kdelibs dashboard build again) Alex svn path=/trunk/KDE/kdelibs/; revision=1048079
2009-11-12-also search for qmake-mac, which is used as name for qmake by macports ↵Alexander Neundorf
(http://lists.kde.org/?l=kde-core-devel&m=125797773120427&w=2) Alex svn path=/trunk/KDE/kdelibs/; revision=1048069
2009-11-12-remove commented out code for Apple, which was not necessary anymore (since ↵Alexander Neundorf
a long time probably) -nicer formatting for the MSVC detection stuff -no functional changes Alex svn path=/trunk/KDE/kdelibs/; revision=1048068
2009-11-10the special handling for Apple frameworks should not be necessary, this must ↵Alexander Neundorf
be a remnant from old cmake times, it's there since January 2006 (not sure cmake 2.4 was actually already released back then) Mac users: if this breaks finding Qt4 frameworks for you, please let me know Alex svn path=/trunk/KDE/kdelibs/; revision=1047264
2009-11-10Also look for the nepomukquery libSebastian Trueg
svn path=/trunk/KDE/kdelibs/; revision=1047170
2009-11-09-sync (and probably fix) the ActiveQt detection on WindowsAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=1046868
2009-11-09-sort documentation entries betterAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=1046787
2009-11-08-move the mark_as_advanced() to the end of the include-path-checking sectionAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=1046474
2009-11-08-use QT_HEADERS_DIR instead of QT_INCLUDE_DIR now after mavong some calls aroundAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=1046471
2009-11-08some more syncing with FindQt4.cmake from cmake:Alexander Neundorf
-use the same cmake code for finding the include dirs for the different Qt modules -move the mark_as_advanced() around a bit -fix the the -F flag for moc on OSX Alex svn path=/trunk/KDE/kdelibs/; revision=1046417
2009-11-08-some syncing with FindQt4.cmake from cmake: search for cluceneAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=1046398
2009-11-08Move kdewebkit from kdereview to kdelibs.Urs Wolfer
CCMAIL:webkit-devel@kde.org svn path=/trunk/KDE/kdelibs/; revision=1046374
2009-11-05sync with cmake 2.8 version Patrick Spendrin
only windows specific stuff and adding QtScriptTools required for rocs svn path=/trunk/KDE/kdelibs/; revision=1045351
2009-10-31update emailJarosław Staniek
SVN_SILENT svn path=/trunk/KDE/kdelibs/; revision=1043164
2009-10-31Revert c1039938Allan Sandfeld Jensen
CMAKE_PREFIX_PATH already covers this configuration case svn path=/trunk/KDE/kdelibs/; revision=1043006
2009-10-30Add FindKDevPlatform from kdevplatform/cmake/modules to be able to share thisAndreas Pakulat
among other places needing to find kdevplatform. svn path=/trunk/KDE/kdelibs/; revision=1042792
2009-10-25Hide from ccmake the cmake-internal variable used by enable_testing, to ↵David Faure
reduce confusion with KDE4_BUILD_TESTS. svn path=/trunk/KDE/kdelibs/; revision=1040227