diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 417cd9cb..3928a462 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,10 +25,6 @@ ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCONFIG SOVERSION 5) -# Needed for the tests or examples to build correctly -set(KConfig_KCFGC_EXECUTABLE kconfig_compiler_kf5) -include(KF5ConfigMacros.cmake) - add_subdirectory(src) add_subdirectory(autotests) |