aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2009-10-24Allow setting a simple soprano_lib_dir.Allan Sandfeld Jensen
svn path=/trunk/KDE/kdelibs/; revision=1039938
2009-10-22better place for the extra msvc compile flagRomain Pokrzywka
svn path=/trunk/KDE/kdelibs/; revision=1038952
2009-10-22bring msvc compiler flags in sync with the flags used when building QtRomain Pokrzywka
svn path=/trunk/KDE/kdelibs/; revision=1038937
2009-10-22Missing installed requirement for kdebase.James Pike
svn path=/trunk/KDE/kdelibs/; revision=1038827
2009-10-20-explicitely list the files which will be installed, so we can also have ↵Alexander Neundorf
files which are used inside kdelibs but which don't have to be installed Alex svn path=/trunk/KDE/kdelibs/; revision=1038244
2009-10-17fix cmake error if CMAKE_BUILD_TYPE isn't setCarlo Segato
svn path=/trunk/KDE/kdelibs/; revision=1036856
2009-10-14SVN_SILENT missing docChristophe Giboudeaux
svn path=/trunk/KDE/kdelibs/; revision=1035055
2009-10-13SVN_SILENT docuDavid Faure
svn path=/trunk/KDE/kdelibs/; revision=1034922
2009-10-05-don't use the internal macro from FindQt4.cmake hereAlexander Neundorf
-use string(TOUPPER ... ) to make testing the value easier Alex svn path=/trunk/KDE/kdelibs/; revision=1031656
2009-10-04Revert "Provide a FindKDE4Runtime.cmake file. Copied and adapted from"Michael Jansen
This reverts commit fc397ed11a939c7a86dc1fb7180809b6465bafe9. svn path=/trunk/KDE/kdelibs/; revision=1031319
2009-10-04Provide a FindKDE4Runtime.cmake file. Copied and adapted fromMichael Jansen
FindKDE4Workspace.cmake. CCMAIL: kde-buildsystem@kde.org CCMAIL: neundorf@kde.org svn path=/trunk/KDE/kdelibs/; revision=1031231
2009-10-03Fix / adapt to FindQt4.cmake changes. Found the error in kdenetwork whichAndreas Hartmetz
uses reeeally old ui files. CCMAIL: kde-buildsystem@kde.org CCMAIL: neundorf@kde.org svn path=/trunk/KDE/kdelibs/; revision=1031058
2009-10-03more syncing with cmake cvs: enforce refinding stuff if qmake has changedAlexander Neundorf
...only 50 differences left Alex svn path=/trunk/KDE/kdelibs/; revision=1030987
2009-10-03unset() exists since cmake 2.6.3, so it must not be used in KDEAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=1030977
2009-10-03more syncing with cmake cvs: use the same code for handling mocAlexander Neundorf
This may result in the moc files placed in other directories as before. The only difference should be when including files, but I think it should be ok. Checked building kdelibs, no problems there. Let me know if there are suddenly moc-related problems. Alex CCMAIL: kde-buildsystem@kde.org svn path=/trunk/KDE/kdelibs/; revision=1030975
2009-10-03-more syncing with the version from cmake cvs: also pass the compile flags ↵Alexander Neundorf
to moc -pass -DWIN32 to moc under Windows -add internal macro QT4_MAKE_OUTPUT_FILE(), not used yet Alex svn path=/trunk/KDE/kdelibs/; revision=1030952
2009-10-01more sync: document QT_MAC_USE_COCOAAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=1030207
2009-10-01-more synching with the file from cmake: support specifiying the minimum Qt ↵Alexander Neundorf
version in the find_package() call Alex svn path=/trunk/KDE/kdelibs/; revision=1030201
2009-10-01-some more syncing with the version from cmake:Alexander Neundorf
- add macros QT4_CREATE_TRANSLATION() and QT4_ADD_TRANSLATION() - figure out the QT_EDITION - check for QT_MAC_USE_COCOA Alex svn path=/trunk/KDE/kdelibs/; revision=1030195
2009-10-01-start synching with the FindQt4.cmake from current cmake cvs HEADAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=1030155
2009-09-28QCA2 must provide the header "QtCrypto", QCA1 doesn't seem to provide such a ↵Alexander Neundorf
header (i.e. it was found as QCA1 although it was only QCA1) Alex CCMAIL: <drf54321@gmail.com> CCMAIL: <r.scheepmaker@student.utwente.nl> Please check that it also still finds QCA2 successfully (you have to remove the QCA* variables from CMakeCache.txt for this) svn path=/trunk/KDE/kdelibs/; revision=1029046
2009-09-23use MATCHES to cover more debug targetsJarosław Staniek
svn path=/trunk/KDE/kdelibs/; revision=1027172
2009-09-23use MATCHES to cover more debug targetsJarosław Staniek
svn path=/trunk/KDE/kdelibs/; revision=1027171
2009-09-19automatically merged revision 1014782:Maks Orlovich
Major fixes to SVG CSS parsing + attribute/CSS mapping. Also cleanup some compat layer bloat (I think I really should do it wholesale at some point, though, since even small tweaks tend to flow up) This still needs RenderStyle computation fixes (and a few more parsing fixes) to really take effect, though. svn path=/trunk/KDE/kdelibs/; revision=1025788
2009-09-14But do not find it multiple times if it has been found yetDario Freddi
svn path=/trunk/KDE/kdelibs/; revision=1023245
2009-09-14Actually, we have to take the POLKITQT_FOUND variable from somewhere.Dario Freddi
svn path=/trunk/KDE/kdelibs/; revision=1023242
2009-09-13I shouldn't expect CMake's if-clause to be anything comparable to C/C++. ThoughAndreas Pakulat
I wonder why I didn't catch this in my tests. Having both conditions within the same if-clause doesn't work as CMake apparently always evaluates the or-part. svn path=/trunk/KDE/kdelibs/; revision=1023047
2009-09-13Allow for changing the required Qt version for KDE apps, useful to require aAndreas Pakulat
particular patchlevel version to get bugfixes. svn path=/trunk/KDE/kdelibs/; revision=1023024
2009-09-08Fix define POLKITQT_LIBRARIESLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=1021102
2009-09-07Fix KAuth also outside kdebootstrappingDario Freddi
svn path=/trunk/KDE/kdelibs/; revision=1020983
2009-09-07CCMAIL:kde-buildsystem@kde.orgDario Freddi
CCMAIL:mueller@kde.org CCMAIL:neundorf@kde.org Commit coming after a long discussion with Alexander. Changing and moving KAuth macros, updating documentation, fixing stuff that already used KAuth. Also, bumping up KDE revision, KDE4WORKSPACE revision and make kdebase/workspace depend on the new 4.3.68 snapshot. Mail me if you find anything strange, it's my first KDE version bump, so you know ;) A big thank you to Alexander for all the help he gave on the cmake side of life. svn path=/trunk/KDE/kdelibs/; revision=1020835
2009-09-06-the RUN_UNINSTALLED argument for KDE4_ADD_[KDEINIT]_EXECUTABLE() is ignored ↵Alexander Neundorf
since KDE 4.2 (since then executables have the RPATH always pointing into the buildtree before being installed) Alex svn path=/trunk/KDE/kdelibs/; revision=1020582
2009-09-06Add KDE4_KUNITCONVERSION_LIBSPetri Damstén
svn path=/trunk/KDE/kdelibs/; revision=1020438
2009-09-03Simplify using IS_ABSOLUTE.Kevin Ottens
Thanks for the tip aleXXX. CCMAIL: neundorf@kde.og svn path=/trunk/KDE/kdelibs/; revision=1019492
2009-09-02Fix compile problem, by changing IF(NOT( to IF( NOTJohn Tapsell
svn path=/trunk/KDE/kdelibs/; revision=1019111
2009-09-02Spit a warning on cmake when polkit-qt is found with a different install ↵Dario Freddi
prefix than POLKITQT_PREFIX. I will also add warnings when installing files svn path=/trunk/KDE/kdelibs/; revision=1019066