aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)Author
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