aboutsummaryrefslogtreecommitdiff
path: root/src/kconf_update/CMakeLists.txt
AgeCommit message (Collapse)Author
2018-02-05Export kconf_update with toolingAleix Pol
Summary: This way if another cmake project imports it when cross-compiling, it can be executed. Reviewers: #frameworks Tags: #frameworks Differential Revision: https://phabricator.kde.org/D9652
2017-08-04Allow to build KConfig without Qt5GuiVolker Krause
Summary: This is particularly useful for cross-compilation, where we only need the kconfig_compiler on the host system. Reviewers: #frameworks, apol, aacid Reviewed By: aacid Subscribers: aacid Tags: #frameworks Differential Revision: https://phabricator.kde.org/D6994
2017-01-03Fix build with CMP 0026 set to NEWSven Brauch
2015-08-01Upgrade Qt version requirement to 5.3David Faure
2015-01-10Update installation variables.Alex Merry
2014-05-07Fix kconf_update test on WindowsAlex Richardson
We get a CMake warning for reading the LOCATION property, but I don't see how else to do it (generator expressions don't seem to work)
2014-05-07Use QProcess in kconf_updateAlex Richardson
This allows removing some custom WIN32 API code and is also nicer than directly calling system()
2014-04-27install libexec executables in the kf5 libexec directoryAleix Pol
2014-03-25Export the location of kconf_update in CMakeAlex Merry
This is for the benefit of kded, which needs to run this binary. REVIEW: 117023
2013-12-18Move kconfig code to the root directory.Jenkins CI