aboutsummaryrefslogtreecommitdiff
path: root/modules/FindKDE4Internal.cmake
AgeCommit message (Expand)Author
2009-01-06-install the exports file as KDELibs4LibraryTargets.cmake, instead of KDELibs...Alexander Neundorf
2009-01-05Remove kformula as discussed on k-c-d.David Faure
2009-01-04-add a test for plasma/glapplet.h to see whether the plasma opengl support is...Alexander 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-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
2008-12-23fix cmake version variable namesPino Toscano
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-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-12SVN_SILENT no it does not ;-)David Faure
2008-12-02make more variables as advanced, so the non-advanced view is less clutteredAlexander Neundorf
2008-12-01-add some comments about the imported targetsAlexander Neundorf
2008-11-18reintroduce the cmake option KDE4_ENABLE_EXPERIMENTAL_LIB_EXPORT to enable th...Alexander Neundorf
2008-11-12clean up a few STATUS messages.Allen Winter
2008-11-10-require cmake 2.6.2Alexander Neundorf
2008-11-06-remove setting CMAKE_CONFIGURATION_TYPES, this is intended only for the non-...Alexander Neundorf
2008-11-06when compiling kdelibs, KDE4_KFILE_LIBS should contain also the dependencies ...Pino Toscano
2008-11-06kfile does not link to kde3support, so there is no reason the define KDE4_KFI...Marijn Kruisselbrink
2008-11-04Pino was right it's better to use KDE4_PLASMA_LIBSLaurent Montel
2008-10-25- fix library name to be more consistent with the othersDirk Mueller
2008-10-22It's kformulalib and not kformula...Laurent Montel
2008-09-21Not pedantic by defaultLaurent Montel
2008-09-21Add cmake macro for kformula libLaurent Montel
2008-09-07-remove debug output and improve messageAlexander Neundorf
2008-09-07-fix handling of "REQUIRED" when used in kdelibsAlexander Neundorf
2008-09-01also update the error message with the new required automoc versionMarijn Kruisselbrink
2008-09-01bump automoc4 version requirement to match reality - can'tDirk Mueller
2008-09-01Show the actual compiler error when compilation of a simple qt test program f...David Faure
2008-08-20-disable setting the LINK_INTERFACE_LIBRARIES temporarily for cmake cvs HEAD ...Alexander Neundorf
2008-08-17Document the KDE_MIN_VERSION variable and that its deprecated.Andreas Pakulat
2008-08-16FindQt4.cmake: fail if Qt3 has already been foundAlexander Neundorf
2008-08-15Allow to use a minimum version with cmake's find_package() call, likeAndreas Pakulat
2008-08-09disable the reduced link interface for now for windows, since there people ha...Alexander Neundorf
2008-08-06-initialize LIB_SUFFIX to 64 (or 32) if kdelibs have been installed to lib64 ...Alexander Neundorf
2008-08-06one check less, now that cmake 2.6.0 is requiredMatthias Kretz
2008-08-05-no need to test for > 2.5, since 2.6.0 is required now, so it is always > 2.5Alexander Neundorf
2008-08-05Fix my earlier mistake, Debugfull should be enabled for anything greater 2.5 ...Andreas Pakulat
2008-08-04-require cmake >= 2.6.0Alexander Neundorf
2008-07-29when using cmake 2.6.0 make sure it's using automoc 0.9.84 or laterMatthias Kretz
2008-07-28-make the reduced link interface the defaultAlexander Neundorf
2008-07-28-print a reminder that starting next week at least cmake 2.6.0 is required fo...Alexander Neundorf
2008-07-23remove the condition around KDE4_ENABLE_EXPERIMENTAL_LIB completelyChristian Ehrlicher
2008-07-23enable KDE4_ENABLE_EXPERIMENTAL_LIB for windows too - kdelibs compiles fine w...Christian Ehrlicher