diff options
author | Laurent Montel <montel@kde.org> | 2019-02-26 07:04:22 +0100 |
---|---|---|
committer | Laurent Montel <montel@kde.org> | 2019-03-03 09:32:34 +0100 |
commit | 38b51667b5ba74fc5a28172e251c9ba4c0398e32 (patch) | |
tree | a4d4f25669093f82c006d21e8bf6a7dd09549810 /CMakeLists.txt | |
parent | 71abd4319c87d559e3079528bf7feb73fa4fd521 (diff) | |
download | kconfig-38b51667b5ba74fc5a28172e251c9ba4c0398e32.tar.gz kconfig-38b51667b5ba74fc5a28172e251c9ba4c0398e32.tar.bz2 |
[Kconfig] Compile without foreach
Summary: compile without foreach
Test Plan: Unittest Ok as previously
Reviewers: dfaure
Reviewed By: dfaure
Subscribers: kde-frameworks-devel
Tags: #frameworks
Differential Revision: https://phabricator.kde.org/D19326
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 21c078fb..b9d1585f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,6 +44,7 @@ ecm_setup_version(PROJECT VARIABLE_PREFIX KCONFIG PACKAGE_VERSION_FILE "${CMAKE_CURRENT_BINARY_DIR}/KF5ConfigConfigVersion.cmake" SOVERSION 5) +add_definitions(-DQT_NO_FOREACH) add_subdirectory(src) if (BUILD_TESTING) |