diff --git a/data/active/CMakeLists.txt b/data/active/CMakeLists.txt index 26294f968..a05401f1d 100644 --- a/data/active/CMakeLists.txt +++ b/data/active/CMakeLists.txt @@ -1,12 +1,12 @@ ########### next target ############### -set( kwin_update_tabbox_qml_settings_SRCS update_tabbox_qml_settings_active.cpp ) +set( kwin_update_tabbox_qml_settings_active_SRCS update_tabbox_qml_settings_active.cpp ) -kde4_add_executable( kwin_update_tabbox_qml_settings ${kwin_update_tabbox_qml_settings_SRCS} ) +kde4_add_executable( kwin_update_tabbox_qml_settings_active ${kwin_update_tabbox_qml_settings_active_SRCS} ) target_link_libraries( kwin_update_tabbox_qml_settings_active ${KDE4_KDECORE_LIBS} ) install( TARGETS kwin_update_tabbox_qml_settings_active DESTINATION ${LIB_INSTALL_DIR}/kconf_update_bin/ ) ########### install files ############### install( FILES kwin_update_tabbox_qml_settings_active.upd DESTINATION ${KCONF_UPDATE_INSTALL_DIR} )