aboutsummaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
2012-05-08-move FindQt5Transitional to the find-modules/ directoryAlex Neundorf
Alex
2012-05-08-add logic to handle components which exist in Qt5 but not in Qt4Alex Neundorf
Alex
2012-05-07don't generate and install a Use-file anymoreAlex Neundorf
As discussed with Stephen on kde-frameworks-devel Alex
2012-04-18QDBus macros are now in the QDBus module. No need for QDBusTools.Stephen Kelly
2012-04-11Add forwarding macro for qt4_wrap_cpp.Stephen Kelly
2012-04-10QtGui doesn't depend on QtXml.Stephen Kelly
2012-04-10Make it easier to build for Qt5.Stephen Kelly
No longer need to set an option.
2012-03-04Generate the version file in the project binary dir.Stephen Kelly
2012-02-22-adding double quotes to make sure the commands don't failAlex Neundorf
Alex
2012-02-21Make this work with find_package(... REQUIRED).Stephen Kelly
2012-02-21Qt5Declarative and Qt5Quick are actually incompatibleStephen Kelly
They can't be used together.
2012-02-18-make it work with cmake 2.8.7, i.e. warn only instead of failingAlex Neundorf
Alex
2012-02-18-make use of the new KDE cmake modules in ECMQtFrameworkAlex Neundorf
ECMQtFramework.cmake now uses - KDEInstallDirs.cmake, so it doesn't have to define th install locations itself anymore - KDECompilerSettings.cmake, so it gets the full set we had in kdelibs4 - KDECMakeSettings, so it gets the full set of cmake features as before, and some more, RPATH, etc. Alex
2012-02-16-mark ecm_version() as obsolete, ecm_set_version_variables() should be used ↵Alex Neundorf
instead Alex
2012-02-16Simply test for the target, no need for the global property.Alex Neundorf
This was probably added before if() supported testing for targets. Ale
2012-02-16-nicer indentationAlex Neundorf
Alex
2012-02-15Set Qt5Transitional_FOUND if Qt4 is foundChristophe Giboudeaux
2012-02-12Move the option to build with Qt5 to ECM.Stephen Kelly
2012-02-12Fix the DATA_INSTALL_DIR.Stephen Kelly
2012-02-12Make sure the Qt Sql module is handled.Stephen Kelly
2012-02-12Rename QtQuick1 to QtQuick.Stephen Kelly
It has been renamed upstream.
2012-02-12Don't install ECM frameworks with export targets.Stephen Kelly
CMake doesn't handle that well enough yet.
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