aboutsummaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
2010-10-18add a new cmake variable: IMPORTS_INSTALL_DIR alongside KDE4_IMPORTS_INSTALL_DIRMarco Martin
this is used to install extra QML imports (that can be either platform independent qml files or binrary libraries) the new place will be ${PLUGIN_INSTALL_DIR}/imports svn path=/trunk/KDE/kdelibs/; revision=1187235
2010-10-17Add directory for MacOSX with macports installed. OK per ↵Kurt Hindenburg
luigi.toscano@tiscali.it svn path=/trunk/KDE/kdelibs/; revision=1186851
2010-10-17-add documentation for INSTALL_TARGETS_DEFAULT_ARGSAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=1186709
2010-10-10add QT_IMPORTS_DIR (directory where imports are installed, at theMarco Martin
moment they are all QML plugins) to FindQt4.cmake this change was done to upstream CMake before. this is a backport of the commit 2dae2f1a0b24c674b651fd6edf79c4b51177b4d6 in git.cmake.org maintaining the difrence with the upstream patch minimal CCMAIL:neundorf@kde.org svn path=/trunk/KDE/kdelibs/; revision=1184513
2010-10-04- add static option to KDE4_ADD_PLUGINAndreas Holzammer
svn path=/trunk/KDE/kdelibs/; revision=1182379
2010-10-04Remove FindUDev from the list of finders to install since we are only using ↵Rafael Fernández López
it in kdelibs as Alexander suggested. Also do order alphabetically finders that are not going to be installed. CCMAIL: kde-buildsystem@kde.org svn path=/trunk/KDE/kdelibs/; revision=1182270
2010-10-03-add support for detecting the version in dbusmenuqt trunk, it's more robust ↵Alexander Neundorf
now than it was before Alex svn path=/trunk/KDE/kdelibs/; revision=1182216
2010-10-03-also provide the version number with the dots, in LCMS_DOT_VERSIONAlexander Neundorf
Alex CCMAIL: <cgiboudeaux@gmail.com> svn path=/trunk/KDE/kdelibs/; revision=1182213
2010-10-03Make the module actually works for me. Seems to be the more standard wayKevin Ottens
to deal with this kind of detection. CCMAIL: ereslibre@kde.org CCMAIL: kde-buildsystem@kde.org svn path=/trunk/KDE/kdelibs/; revision=1182142
2010-10-03Unbreak the Koffice build. LCMS_VERSION didn't have a separator between ↵Christophe Giboudeaux
LCMS_MAJOR_VERSION and LCMS_MINOR_VERSION. CCMAIL:neundorf@kde.org svn path=/trunk/KDE/kdelibs/; revision=1182136
2010-10-03Add UDev finder. Not passed through revision because we needed it for the ↵Rafael Fernández López
Solid sprint. Please, if it is wrong just tell me and I will take care of fixing it. CCMAIL: kde-buildsystem@kde.org svn path=/trunk/KDE/kdelibs/; revision=1182131
2010-09-30Make the PulseAudio version check regexp tolerant to extra fluff at the end ↵Colin Guthrie
of the major.minor.micro svn path=/trunk/KDE/kdelibs/; revision=1181320
2010-09-27-detect the version of DBusMenuQt also without pkg-configAlexander Neundorf
This commit restores the ability to find DBusMenuQt without using pkg-config, this was broken by the previous commit. Additionally it uses the improved version checking provided by the new mode of find_package_handle_standard_args() Alex CCMAIL: <aseigo@kde.org> svn path=/trunk/KDE/kdelibs/; revision=1180381
2010-09-27-include the required version number in the details string, so the message ↵Alexander Neundorf
is printed again also if the required version is changed Alex svn path=/trunk/KDE/kdelibs/; revision=1180380
2010-09-26support version #Aaron J. Seigo
svn path=/trunk/KDE/kdelibs/; revision=1180034
2010-09-26-add an include guard also to FindPkgConfig.cmake, should save parsing this ↵Alexander Neundorf
380 lines long file a few times during a kdelibs cmake run Alex svn path=/trunk/KDE/kdelibs/; revision=1179986
2010-09-26basically a rewrite of FindExiv2.cmake, now works also without pkg-config, ↵Alexander Neundorf
has proper verison checking using the new extended syntax of find_package_handle_standard_args(), and a clearer path through the code Alex svn path=/trunk/KDE/kdelibs/; revision=1179983
2010-09-26-add an include guard at the top, to avoid parsing this file again and againAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=1179967
2010-09-26-simplify FindFlac.cmake by using find_package_handle_standard_args()Alexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=1179965
2010-09-26-consistent upper/lowercasingAlexander Neundorf
-remove the unnecessary if(already found) set(QUIET TRUE), since this is already handled by find_package_handle_standard_args() Alex svn path=/trunk/KDE/kdelibs/; revision=1179961
2010-09-26-improved version checking using the new find_package_handle_standard_args() ↵Alexander Neundorf
VERSION_VAR feature Alex svn path=/trunk/KDE/kdelibs/; revision=1179957
2010-09-26-consisten lowercasingAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=1179954
2010-09-26-improved version checking using the new syntax of ↵Alexander Neundorf
Find_package_handle_standard_args() Alex svn path=/trunk/KDE/kdelibs/; revision=1179891
2010-09-26-improved version checking using the new mode of ↵Alexander Neundorf
Find_package_handle_standard_args() Alex svn path=/trunk/KDE/kdelibs/; revision=1179890
2010-09-26-use find_package_handle_standard_args()Alexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=1179886
2010-09-26-improve version checking for LCMS using the new mode of ↵Alexander Neundorf
find_package_handle_standard_args() Alex svn path=/trunk/KDE/kdelibs/; revision=1179880
2010-09-26-improved version checking using the new mode of ↵Alexander Neundorf
find_package_handle_standard_args() Alex svn path=/trunk/KDE/kdelibs/; revision=1179877
2010-09-26SVN_SILENT buildChristoph Feck
svn path=/trunk/KDE/kdelibs/; revision=1179873
2010-09-26-improve version checking for LibAtticaAlexander Neundorf
- use the new FPHSA() mode - store the found version in the cache Alex svn path=/trunk/KDE/kdelibs/; revision=1179861
2010-09-26-FORCE the version number into the cache, so we get updated when necessaryAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=1179857
2010-09-26-store the version number of SharedMimeInfo in the cache, so we don't have ↵Alexander Neundorf
to search for it everytime again Alex svn path=/trunk/KDE/kdelibs/; revision=1179854
2010-09-26-compatibility fixesAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=1179850
2010-09-26-Use the new extended find_package_handle_standard_args() syntax for version ↵Alexander Neundorf
checking -support the standard find_package() syntax for specifying the minimum version Alex svn path=/trunk/KDE/kdelibs/; revision=1179848
2010-09-21-when using cmake >= 2.8.3, use FeatureSummary.cmake to automatically create ↵Alexander Neundorf
a log file for all find_package() calls. As discussed at Akademy, this can be used by build maintainers to be notified for changing requirements Alex svn path=/trunk/KDE/kdelibs/; revision=1177972
2010-09-02Prefix with KDE4_ as requested by Alexander.David Faure
Second full recompile, everyone :) svn path=/trunk/KDE/kdelibs/; revision=1171144
2010-09-02Add support for showing file and line number in debug output. Based on idea ↵David Faure
by MaikB on IRC. Export KDE_DEBUG_FILELINE=1 to see it. Documented on http://techbase.kde.org/KDE_System_Administration/Environment_Variables. CCMAIL: kde-core-devel@kde.org svn path=/trunk/KDE/kdelibs/; revision=1171053
2010-08-27Removing FindHUpnp.cmake from the list of cmake modules to be installed.Paulo Romulo
svn path=/trunk/KDE/kdelibs/; revision=1168851
2010-08-27SVN_SILENT Using DEFAULT_MSG in find_package_handle_standard_args() at ↵Paulo Romulo
FindHUpnp.cmake module. svn path=/trunk/KDE/kdelibs/; revision=1168596
2010-08-27Building Solid UPnP backend by default now. HUPnP library required.Paulo Romulo
svn path=/trunk/KDE/kdelibs/; revision=1168594
2010-08-25-sync FindPackageHandleStandardArgs.cmake with the version from cmake ↵Alexander Neundorf
master, in order to stay compatible with future cmake releases. Our FindPackageHandleStandardArgs.cmake had automatic check for the version number by guessing the name of the variable which contains the version number. This didn't make it into cmake, but instead an extendible version where you can specify what you want. FindEigen2.cmake is already converted, it looks like this: find_package_handle_standard_args(Eigen2 REQUIRED_VARS EIGEN2_INCLUDE_DIR VERSION_VAR EIGEN2_VERSION) Additionally a FAIL_MESSAGE can be specified. VERSION_VAR is optional. This must be merged in the 4.5. branch if we don't find any issues. Alex CCMAIL: kde-buildsystem@kde.org svn path=/trunk/KDE/kdelibs/; revision=1167973
2010-08-24-use consistent casing within each file, remove unnecessary checksAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=1167513
2010-08-24-fix indentation, all lower-caseAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=1167511
2010-08-24-use consistently all lowercase hereAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=1167505
2010-07-314.5 -> 4.6Allen Winter
svn path=/trunk/KDE/kdelibs/; revision=1157534
2010-07-28-extend the documentation for KDE4_ADD_LIBRARY() a bitAlexander Neundorf
-remove wrong comment about WITH_PREFIX -CMP0011 is now always there since we require cmake 2.6.4 Alex svn path=/trunk/KDE/kdelibs/; revision=1156242
2010-07-26remove accidental content duplication and unneeded lines after reviewRomain Pokrzywka
CCMAIL:neundorf@kde.org svn path=/trunk/KDE/kdelibs/; revision=1155054
2010-07-23Use PYTHON_SITE_PACKAGES_INSTALL_DIR for installing python modules. SeeMichael Jansen
FindPythonLibrary.cmake for an explanation of the variable. CCMAIL: kde-bindings@kde.org svn path=/trunk/KDE/kdelibs/; revision=1153602
2010-07-23MakeMichael Jansen
ADD_SIP_PYTHON_MODULE( test example.sip ...) work. Notice that there is no directory part before example.sip. This should have no impact on existing code. CCMAIL: kde-bindings@kde-org svn path=/trunk/KDE/kdelibs/; revision=1153601
2010-07-18add a debug area for kcalutilsAllen Winter
svn path=/trunk/KDE/kdelibs/; revision=1151236
2010-07-18install FindWcecompat.cmake (needed by FindKDEWin.cmake)Romain Pokrzywka
svn path=/trunk/KDE/kdelibs/; revision=1151234