aboutsummaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/CMakeLists.txt b/src/gui/CMakeLists.txt
index 75d13fa0..05fe3a25 100644
--- a/src/gui/CMakeLists.txt
+++ b/src/gui/CMakeLists.txt
@@ -24,16 +24,16 @@ set_target_properties(KF5ConfigGui PROPERTIES VERSION ${KCONFIG_VERSION_STRING
EXPORT_NAME ConfigGui
)
-ecm_generate_headers(
+ecm_generate_headers(KConfigGui_HEADERS
+ HEADER_NAMES
KConfigGui
KConfigLoader
KConfigSkeleton
KStandardShortcut
KWindowConfig
- MODULE_NAME KConfigGui REQUIRED_HEADERS KConfigGui_HEADERS
+ REQUIRED_HEADERS KConfigGui_HEADERS
)
-install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/KConfigGui DESTINATION ${INCLUDE_INSTALL_DIR} COMPONENT Devel)
install(TARGETS KF5ConfigGui EXPORT KF5ConfigTargets ${INSTALL_TARGETS_DEFAULT_ARGS})