aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-05-08-don't set the install RPATH to LIB_INSTALL_DIR if LIB_INSTALL_DIR is one of ↵Alexander Neundorf
the standard system link directories, like e.g. /usr/lib (which are listed in CMAKE_PLATFORM_IMPLICIT_LINK_DIRECTORIES, which is set in Modules/Platform/UnixPaths.cmake) Alex svn path=/trunk/KDE/kdelibs/; revision=1124215
2010-05-05Fix FindPackageHandleStandardArgs.cmake for cmake's config-mode.Andreas Pakulat
When using the Config-Mode with a -version-file then cmake automatically sets the <module>_VERSION variable, but it uses the mixed-case that is used as module name. The logic in this file so far however always expected the version variable to be all upper-case breaking the logic when using it in a simplified FindXxx.cmake module. This happened to kdevplatform/kdevelop. svn path=/trunk/KDE/kdelibs/; revision=1123271
2010-05-04Provide the URL here, to save people some trouble.Maks Orlovich
svn path=/trunk/KDE/kdelibs/; revision=1122825
2010-05-04-improve documentation of the provided variablesAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=1122812
2010-05-01-simplify the file, remove all unnecessary stuffAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=1121499
2010-05-01-require CMake 2.6.4 for trunkAlexander Neundorf
Alex CCMAIL: kde-buildsystem@kde.org svn path=/trunk/KDE/kdelibs/; revision=1121456
2010-04-29Add support for profiles in our platform. The cmake variables areKevin Ottens
accessible to other projects built on top of kdelibs. svn path=/trunk/KDE/kdelibs/; revision=1120432
2010-04-28tested it again and manual setting of DBUSMENUQT_FOUND is not requiredPatrick von Reth
svn path=/trunk/KDE/kdelibs/; revision=1120353
2010-04-28-the first argument must be the exact-case name of the find-module, ↵Alexander Neundorf
otherwise the macro doesn't work (i.e. it doesn't "see" the QUIET and REQUIRED options then) Alex svn path=/trunk/KDE/kdelibs/; revision=1120294
2010-04-28win32 debug builds uses 'd' suffixRalf Habacker
svn path=/trunk/KDE/kdelibs/; revision=1120015
2010-04-28added ANDPatrick von Reth
svn path=/trunk/KDE/kdelibs/; revision=1120012
2010-04-28Fixed DBUSMENUQT_FOUND on windowsPatrick von Reth
svn path=/trunk/KDE/kdelibs/; revision=1120007
2010-04-27changed: use PkgConfig instead of UsePkgConfigFriedrich W. H. Kossebau
svn path=/trunk/KDE/kdelibs/; revision=1119905
2010-04-26fixAllen Winter
svn path=/trunk/KDE/kdelibs/; revision=1119094
2010-04-26windows fix: added debug library nameRalf Habacker
svn path=/trunk/KDE/kdelibs/; revision=1118943
2010-04-25Added support for DBusMenu.Aurélien Gâteau
svn path=/trunk/KDE/kdelibs/; revision=1118756
2010-04-18fixed findgif.cmake for new windows versionPatrick von Reth
svn path=/trunk/KDE/kdelibs/; revision=1116096
2010-04-09fixed: the pkg-config name is libatticaFriedrich W. H. Kossebau
svn path=/trunk/KDE/kdelibs/; revision=1113028
2010-04-06Define variable above lines which use that variable.Gökcen Eraslan
svn path=/trunk/KDE/kdelibs/; revision=1111662
2010-03-25- Phonon 4.3.80 or newer is requiredAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=1107539
2010-03-25-some work on the documentationAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=1107538
2010-03-22-putting quotes around the input for the string() functions never hurtsAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=1106449
2010-03-21Fix typo in KDE4Macros.cmake::KDE4_INSTALL_AUTH_HELPER_FILES.Modestas Vainius
The name of the variable is KDE4_AUTH_HELPER_BACKEND_NAME rather than KAUTH_HELPER_BACKEND_NAME. CCMAIL: drf54321@gmail.com svn path=/trunk/KDE/kdelibs/; revision=1105719
2010-03-19-all lower-caseAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=1105272
2010-03-14-add warning message if the version is unknown but a minimum version was ↵Alexander Neundorf
specified Alex svn path=/trunk/KDE/kdelibs/; revision=1103373
2010-03-14-fix breakage, ignore those modules which don't set a FOO_VERSION variable ↵Alexander Neundorf
for now Alex svn path=/trunk/KDE/kdelibs/; revision=1103360
2010-03-14-unbreak: when using HINTS, NO_DEFAULT_PATHS etc. should not be used anymore...Alexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=1103254
2010-03-14-install the copy of FindPackageHandleStandardArgs.cmakeAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=1103191
2010-03-14-add a copy of FindPackageHandleStandardArgs, which adds checking the ↵Alexander Neundorf
version numbers, so you get this automatically in all modules which use find_package_handle_standard_args() Alex svn path=/trunk/KDE/kdelibs/; revision=1103184
2010-03-14-simplify FindPhonon.cmakeAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=1103155
2010-03-07-fix build on OSX with OpenGL (don't turn "-framework foo" into ↵Alexander Neundorf
"-framework;-lfoo" Alex svn path=/trunk/KDE/kdelibs/; revision=1100585
2010-03-05merge 1099489 from 4.4: add a custom Info.plist bundle to make kded ↵Benjamin Reed
invisible on OSX svn path=/trunk/KDE/kdelibs/; revision=1099490
2010-03-05Allow macro_optional_add_subdirectory to work with CMake 2.8 inJonathan Marten
the case where a directory exists but is empty, by checking that it contains a CMakeLists.txt file before adding it. OK from kde-buildsystem list at http://lists.kde.org/?t=126772053200003&r=1&w=2 svn path=/trunk/KDE/kdelibs/; revision=1099212
2010-03-05reduce few columns, so it gives less issues in manpages generationPino Toscano
svn path=/branches/KDE/4.4/kdelibs/; revision=1099157
2010-03-05reduce few columns, so it gives less issues in manpages generationPino Toscano
svn path=/trunk/KDE/kdelibs/; revision=1099156
2010-03-03Look at the correct variable to determine if a compile test succeeded. AfterAndreas Hartmetz
try_compile(_compile_result, ...) do if(NOT _compile_result) instead of if(NOT _run_result). Looks like old code wasn't changed when it should. This fixes the build. CCMAIL: harry@kdevelop.org svn path=/trunk/KDE/kdelibs/; revision=1098559
2010-03-03Change the visibility checking test from try_run to try_compile to makeHarald Fernengel
it work when cross-compiling. svn path=/trunk/KDE/kdelibs/; revision=1098490
2010-03-01This commit is a massive backport of: r1091455, r1091811, r1091516, ↵Dario Freddi
r1091017, r1089968, r1089130 and maybe some others which I forgot. Basically it makes KAuth's plugins dynamic, except for fake ones. Bottom line: less libraries linked to kdecore and no crashes upon installation problems. Tested on a clean build of the branch, works great. svn path=/branches/KDE/4.4/kdelibs/; revision=1097623
2010-02-20Bring Cross compilation to kdelibsHarald Fernengel
With these changes, I was able to cross-compile kdelibs for Maemo 5 using MADDE. See http://techbase.kde.org/Projects/KDE_on_Maemo/MADDE for more details. CCMAIL: kde-maemo@kde.org svn path=/trunk/KDE/kdelibs/; revision=1093415
2010-02-17Committing the second part of a previous patch to KAuth (the static fake ↵Dario Freddi
backends one) which I completely forgot. Sorry. svn path=/trunk/KDE/kdelibs/; revision=1091811
2010-02-16Add the support of QtDeclarative module in Qt 4.7. Green flag inAlexis Ménard
kde-core-devel. svn path=/trunk/KDE/kdelibs/; revision=1091507
2010-02-154.4 => 4.5Allen Winter
beware! this changes the so versioning svn path=/trunk/KDE/kdelibs/; revision=1090682
2010-02-09forwardport 1087561: Actually create only one dbus connection per thread, ↵David Faure
and unregister when the thread exits. Reviewed by Sebastian Trueg. svn path=/trunk/KDE/kdelibs/; revision=1087569
2010-02-03KDE4_SERIALIZE_TOOL - set to icerun (with icecream 0.9.5+) toLuboš Luňák
serialize meinproc4 runs when doing large parallel builds. svn path=/trunk/KDE/kdelibs/; revision=1084602
2010-01-24Backporting r1079648Dario Freddi
svn path=/branches/KDE/4.4/kdelibs/; revision=1079649
2010-01-24CCMAIL: kde-packager@kde.orgDario Freddi
Fixing some stuff for macros in KAuth to make it behave correctly without Find* files. Also changing KAUTH_BACKEND to KDE4_AUTH_BACKEND_NAME for consistency. Please switch your -DKAUTH_BACKEND=... to -DKDE4_AUTH_BACKEND_NAME=..., if any, soon. I'm backporting this commit now. svn path=/trunk/KDE/kdelibs/; revision=1079648
2010-01-22-remove debug outputAlexander Neundorf
Alex svn path=/branches/KDE/4.4/kdelibs/; revision=1078701
2010-01-20forward port fixPatrick Spendrin
svn path=/trunk/KDE/kdelibs/; revision=1077671
2010-01-20this is not needed anymore due to the changes in FindQt4.cmakePatrick Spendrin
CCMAIL:neundorf@kde.org svn path=/branches/KDE/4.4/kdelibs/; revision=1077613
2010-01-18-same as in trunk:Alexander Neundorf
-fix two remaining compat. issues found by the cmake devs: -- the imported targets did not work with Qt installed as frameworks on OSX -- if a project exported its libraries, and these libraries depend on Qt libs, but the installed FooConfig.cmake files do not load FindQt4.cmake, this would result in unknown targets "Qt4::QtCore" etc. So now there is a switch to enable the imported targets explicitely (what we do for KDE) Alex svn path=/branches/KDE/4.4/kdelibs/; revision=1076826