aboutsummaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
2012-02-11The targets files are not created for the moment.Christophe Giboudeaux
Don't try to include them
2012-02-10Add missing QtConcurrent entry.Stephen Kelly
2012-02-07Add WebKit handling.Stephen Kelly
2012-02-07Add transitional code for declarative.Stephen Kelly
2012-02-07Handle the new QtConcurrent library.Stephen Kelly
2012-02-03Also handle QtUiTools.Stephen Kelly
2012-02-02Add some porting modules to ECM.Stephen Kelly
2012-02-01Add the ecm_mark_as_test macro.Stephen Kelly
This is for cases when adding targets that are only part of the testing infrastructure so that they can be built conditionally or not at all.
2011-12-17Fix typo done in commit 446c7795a858eebabd004e98a1512a741c5fe3f5Nicolas Lécureuil
2011-12-17Add use of -Wno-variadic needed to build files including kdebug.hNicolas Lécureuil
2011-12-16-fix: use CMAKE_CURRENT_LIST_DIR instead of EXTRA_CMAKE_MODULES_MODULE_PATH ↵Alex Neundorf
. Another option would be using EXTRA_CMAKE_MODULES_MODULE_DIR Alex
2011-12-11-add function ecm_use_find_modules() to selectively use some of the ↵Alex Neundorf
find-modules coming with e-c-m Alex
2011-12-11improve documentation formattingAlex Neundorf
Alex
2011-12-11-add module ecm_print_variables(var1 var2 ... varN)Alex Neundorf
Alex
2011-12-11-add ECMSetVersionVariables.cmake, to replace ECMVersion.cmake: proper name, ↵Alex Neundorf
has documentation, requires a prefix Alex
2011-12-11-separate find-modules and other modules into two separate directories, so ↵Alex Neundorf
they can be handled differently (the macros can't clash with stuff from cmake, since they all have the ECM prefix) Alex
2011-12-07Disable this for now, to fix kdelibs-frameworks compilation.David Faure
CCMAIL: kde-frameworks-devel@kde.org
2011-11-25Set a variable to clear the link interface libraries.Stephen Kelly
This will only have an effect in CMake 2.8.7, but is harmless until then.
2011-09-22minor whitespaceAllen Winter
2011-09-21Join up the comments.Stephen Kelly
2011-09-21Make sure the docs appear at the top.Stephen Kelly
2011-09-21Add some documentation.Stephen Kelly
2011-09-21-some minor polishing of FindBlueZ.cmakeAlex Neundorf
Alex
2011-09-21move FindBlueZ.cmake to the official modules/ directoryAlex Neundorf
Alex
2011-09-17a bit of cleaning using cmakelint.pyAllen Winter
2011-09-15Convert to consistent modern style.Stephen Kelly
2011-08-30Port this to configure_file to reduce unending rebuilds.Stephen Kelly
2011-08-30Write a version file too.Stephen Kelly
2011-08-28Remove module which is replaced by a cmake 2.8.6 feature.Stephen Kelly
2011-08-27Add some files for Qt based frameworks to use.Stephen Kelly
2011-07-09also rename the macro macro_optional_add_subdirectory() toAlex Neundorf
ecm_optional_add_subdirectory() make it a function, not a macro anymore Alex
2011-07-09Rename MacroOptionalAddSubdirectory.cmake to ECMOptionalAddDirectory.cmakeAllen Winter
This is the first in our new modules
2011-06-30Move the modules, modules-test and systeminfo subdirs into 'attic'Allen Winter
2011-06-22Apply patch by Tomáš Chvátal to fix hunspell-1.3 detectionDavid Faure
...when hunspell-1.2 is installed too. REVIEW: 101484
2011-05-21make KDE build with a compiler older than 4.2 againDirk Mueller
2011-04-12Find Hunspell 1.3Christophe Giboudeaux
2011-04-12implement PYKDE4_ADD_EXECUTABLE on windowsWolfgang Rohdewald
using a batch file. Windows links would only work if the .py extension is associated with python icons cannot be attached to a batch file - if that is needed, we would need to generate a minimal C program calling python
2011-04-11Clean up FindGObject.cmake.Raphael Kubo da Costa
* Remove unnecessary WIN32 check. * Use the pkg-config paths as HINTS, not PATHS. * Use FindPackageHandleStandardArgs instead of duplicating its functionality. Reviewed-by: Alexander Neundorf
2011-03-27Master is now at version 4.7Allen Winter
2011-03-24Generate cmake standard path names for SIPWolfgang Rohdewald
FindSIP.py returns things like C:\Python27\sip which will be passed to the compiler like C:\Python27\sip/PyKDE4 - the MSVC 10 compiler cannot parse that, thinking /P is an option. So we convert those paths to the cmake standard form C:/Python27/sip
2011-03-06Added HUpnp version reporting and detection.Nikhil Marathe
FindHUpnp.cmake now exposes HUpnp version extracted from HUpnpCore/public/hupnpinfo.h Solid will require HUpnp v0.9.0
2011-02-04Abort compilation immediately when python compiling fails.David Faure
Rather than aborting at install time when the .pyc file can't be found.
2011-01-28fixed mingw debug buildPatrick von Reth
svn path=/trunk/KDE/kdelibs/; revision=1217740
2011-01-20include the policy setting as requested by AlexDirk Mueller
CCMAIL: neundorf@kde.org svn path=/trunk/KDE/kdelibs/; revision=1216029
2011-01-03support local dir for digiKam 2.0.0Gilles Caulier
svn path=/trunk/KDE/kdelibs/; revision=1211248
2010-12-26revertGilles Caulier
svn path=/trunk/KDE/kdelibs/; revision=1209293
2010-12-26this file is now installed with libkdcraw as well.Gilles Caulier
svn path=/trunk/KDE/kdelibs/; revision=1209275
2010-12-13Use the new polkit-qt-1 checks, and depend on polkit-qt-1 0.99.0 for that.Dario Freddi
svn path=/trunk/KDE/kdelibs/; revision=1206241
2010-12-10FindQt4.cmake: Merge cfba5ef1 from upstream CMake:Kevin Kofler
http://cmake.org/gitweb?p=cmake.git;a=commit;h=cfba5ef111bf86e8820a4dff556b3a9edc1484cd Fix regression in 2dae2f1 which added find of Qt imports dir. 2dae2f1 was previously merged by mart. This breaks finding qmake-qt4 when there's also a Qt 3 qmake around, the Qt 3 qmake is no longer recognized as bad. The above fix from upstream CMake fixes that. CCMAIL: mart@kde.org CCMAIL: neundorf@kde.org CCMAIL: rdieter@math.unl.edu svn path=/trunk/KDE/kdelibs/; revision=1205274
2010-11-22search for hupnp in the directory it gets installed toJonathan Riddell
svn path=/trunk/KDE/kdelibs/; revision=1199754