Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-03 | Fix usage of ecm_create_qm_loader. | Alex Merry | |
Generate-source-file macros should be used from the same CMakeLists.txt file as the targets they generate files for. | |||
2015-01-10 | Update installation variables. | Alex Merry | |
2014-11-02 | Define <source_files_var> for ecm_create_qm_loader | Burkhard Lück | |
REVIEW:120947 | |||
2014-05-02 | fix include path in .pri files | David Faure | |
2014-04-26 | Use KF5_INCLUDE_INSTALL_DIR and KF5_INSTALL_TARGETS_DEFAULT_ARGS | Alex Merry | |
This is instead of INCLUDE_INSTALL_DIR and INSTALL_TARGETS_DEFAULT_ARGS, which will lose the "KF5" suffix from the include path. | |||
2014-03-13 | Normalize vars to avoid odd bugs: QT_REQUIRED_VERSION => REQUIRED_QT_VERSION | Aurélien Gâteau | |
2014-02-16 | Use the new syntax for ecm_generate_headers() | David Faure | |
2014-01-25 | Generate and install .pri file | David Faure | |
2014-01-15 | Improve 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-03 | Install all headers into camelcase FrameworkName. | David Faure | |
2014-01-01 | Generate 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-18 | Move kconfig code to the root directory. | Jenkins CI | |