aboutsummaryrefslogtreecommitdiff
path: root/modules/ECMQtFramework.cmake
AgeCommit message (Collapse)Author
2013-10-11Remove obsolete files.Stephen Kelly
These are not used anywhere.
2012-08-14-increase version number to 0.0.5 (to make it possible to require 0.0.5 in ↵Alex Neundorf
kdelibs for the new file ECMWriteVersionHeader.cmake) Alex
2012-05-23use ${INSTALL_TARGETS_DEFAULT_ARGS} from KDEInstallDirs.cmakeAlex Neundorf
Alex
2012-05-12remove LIBRARY_TYPE cmake variableAlex Neundorf
As discussed, remove the LIBRARY_TYPE cmake variable and put BUILD_SHARED_LIBS instead into the cache, set to TRUE. So if somebody wants to build a static library, and the project allows it (by not explicitely using "STATIC" in add_library()), he can switch this variable to FALSE in the cache. Also, put the ARCHIVE library component into the Devel install component, static libs and Windows lib files belong to the development package. Use newer write_basic_package_version_file() instead of older write_basic_config_version_file(), which are identical beside the name Alex
2012-05-12rework of extra-cmake-modulesAlex Neundorf
-rename the cmake package from extra-cmake-modules to ECM -change variable names and docs accordingly -move setting of Qt-related defines from ECMQtFrameworks.cmake to KDECompilerSettings.cmake -remove ECMSetVersionVariables.cmake, we'll do it some other way -rename ECMConfig.cmake.in to ECMQtFrameworkConfig.cmake.in, since this is where it is used, and it would have the same name as ECMConfig.cmake.in which is for extra-cmake-modules itself Alex
2012-05-07don't generate and install a Use-file anymoreAlex Neundorf
As discussed with Stephen on kde-frameworks-devel Alex
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-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-12Fix the DATA_INSTALL_DIR.Stephen Kelly
2012-02-12Don't install ECM frameworks with export targets.Stephen Kelly
CMake doesn't handle that well enough yet.
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-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-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-17a bit of cleaning using cmakelint.pyAllen Winter
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