diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f9be22de..b794b4b3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,7 @@ ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCONFIG # Needed for the tests or examples to build correctly -set(KConfig_KCFGC_EXECUTABLE kconfig_compiler) +set(KConfig_KCFGC_EXECUTABLE kconfig_compiler_kf5) include(KF5ConfigMacros.cmake) add_subdirectory(src) |