aboutsummaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
2009-01-13Revert the required version number here and put it in kdelibs/CMakeLists.txt.Jos van den Oever
2009-01-12Increase the minimum Strigi version to 0.6.3.Jos van den Oever
2009-01-06Backport r906765Albert Astals Cid
2009-01-06-rename the export files to KDELibs4(Library|Tools)Targets.cmake from KDELibs...Alexander Neundorf
2009-01-05-add a file which can take care of checking whether the already installed and...Alexander Neundorf
2009-01-05Remove kformula as discussed on k-c-d.David Faure
2009-01-05-disable FindPlasma.cmake: it was broken, undocumented and since plasma didn'...Alexander Neundorf
2009-01-04-add copyright notice to this one tooAlexander Neundorf
2009-01-04-add a test for plasma/glapplet.h to see whether the plasma opengl support is...Alexander Neundorf
2009-01-04-add missing copyright notices, I hope I got it rightAlexander Neundorf
2009-01-03-fix typo, unbreak build (of kdebase/runtime)Alexander Neundorf
2009-01-03-don't search for the KDE4_INCLUDE_DIR using FIND_PATH() but use the value fr...Alexander Neundorf
2009-01-03-use cmake_policy(VERSION) instead of a second cmake_minimum_required(VERSION...Alexander Neundorf
2009-01-02-if no minimum version is given, set it to 4.0.0Alexander Neundorf
2009-01-02fix error message: KDEVERSION -> KDE_VERSIONAlexander Neundorf
2009-01-02-replace check_include_files() with find_path(), should fix the problem on OS...Alexander Neundorf
2009-01-02-since cmake 2.6.2 the <package>_FIND_VERSION_(MAJOR|MINOR|PATCH) variables a...Alexander Neundorf
2009-01-02-check the version of kdelibs using the KDE_VERSION variable from KDELibsDepe...Alexander Neundorf
2009-01-02-introduce two new internal macros which do the necessary handling for automo...Alexander Neundorf
2009-01-01find qca2 on windows againChristian Ehrlicher
2008-12-31Removed this gcc visibility hack. It is no longer needed.Simon Edwards
2008-12-23fix cmake version variable namesPino Toscano
2008-12-23-replace UsePkgConfig with FindPkgConfigAlexander Neundorf
2008-12-22-remove the set() for CMAKE_USE_CHRPATH, this was not part of any released cm...Alexander Neundorf
2008-12-22-use FindPkgConfig.cmake instead of UsePkgConfig.cmakeAlexander Neundorf
2008-12-22-use uppercase consistently in this fileAlexander Neundorf
2008-12-22this is not necessary anymore when using find_package_handle_standard_args()Alexander Neundorf
2008-12-22-delete FindPNG.cmake and FindTIFF.cmake, they are synced with the ones from ...Alexander Neundorf
2008-12-18move the drive letter replace a bit higherCarlo Segato
2008-12-17remove the drive letter from the path on windows, since we can't make a direc...Carlo Segato
2008-12-17PyQt SIP flags patch applied.Simon Edwards
2008-12-15-unconditionally enable the reduced link interface Alexander Neundorf
2008-12-14-remove support for option KDE4_USE_ALWAYS_FULL_RPATH, with cmake >= 2.6.0 we...Alexander Neundorf
2008-12-14-rename the new kde4_write_basic_cmake_version_file() to macro_write_basic_cm...Alexander Neundorf
2008-12-14-now really fix the logicAlexander Neundorf
2008-12-14-optionally support a version number for searching kdepimlibsAlexander Neundorf
2008-12-14-add a macro which helps with generating a find_package() conform <package>Ve...Alexander Neundorf
2008-12-14-break the long line into multiple linesAlexander Neundorf
2008-12-12SVN_SILENT no it does not ;-)David Faure
2008-12-11make it possible to install several man page docbooks from one dir by generat...Burkhard Lück
2008-12-09-also export kephal, kdecorations, kwineffects and ksrgd (or so)Alexander Neundorf
2008-12-09-add a central FindKDE4Workspace.cmake in kdelibs, which is used by kdetoys, ...Alexander Neundorf
2008-12-08-one more rework the installation of kdepimlibs (last one hopefully)Alexander Neundorf
2008-12-08-make finding the FooConfig.cmake file quiet, but don't make the outer FindFo...Alexander Neundorf
2008-12-06instead of guessing that kdepimlibs is installed under a hardcodedDirk Mueller
2008-12-04removed obsolate package, it could be replaced completly by using CMAKE_INCLU...Ralf Habacker
2008-12-04removed references to the obsolate KDEWIN packageRalf Habacker
2008-12-03-prefix the targets exported from kdepimlibs with "KDEPIMLibs::", this should...Alexander Neundorf
2008-12-03I have no idea why that line is commented out...Matthias Kretz
2008-12-02Fix finding of pimlibs to search in KDE4_INCLUDE_DIR first. This will allow t...Ben Cooksley