aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)Author
2014-02-25set SOVERSION to 5Jonathan Riddell
2014-02-18Use ecm_configure_package_config_fileAlex Merry
Ported with: sed -i -e 's/\(include(\)CMake\(PackageConfigHelpers)\)/\1ECM\2/' \ -e 's/\<\(configure_package_config_file\)/ecm_\1/' \ CMakeLists.txt See http://commits.kde.org/extra-cmake-modules/139f60d81653888f696ef433
2014-02-05Upgrade ECM version requirement; fix KF5 version.v4.96.0David Faure
2014-01-15Improve dependency specifications.Michael Palimaka
QtTest and QtConcurrent are only required for autotests, so no need to find them unconditionally. QtWidgets is not actually used - QtGui is instead. REVIEW: 114962
2014-01-09further rename of kconfig_compiler to kconfig_compiler_kf5Jonathan Riddell
2014-01-07Add include(GenerateExportHeader) to CMakeLists.txtAlex Merry
We should not depend on the fact that KDECompilerSettings.cmake happens to include it when we use generate_export_header().
2014-01-01Generate forward headers.David Faure
Install them in the proper directory. Let cmake find them. Had to rename conversion_check.h to conversioncheck.h Had to improve the scripts to support multiple libs in one framework :)
2013-12-18Move kconfig code to the root directory.Jenkins CI