diff options
Diffstat (limited to 'kcontrol/performance/CMakeLists.txt')
-rw-r--r-- | kcontrol/performance/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/performance/CMakeLists.txt b/kcontrol/performance/CMakeLists.txt index 5c4a2a20a..59f5b2b02 100644 --- a/kcontrol/performance/CMakeLists.txt +++ b/kcontrol/performance/CMakeLists.txt @@ -29,6 +29,6 @@ install( FILES kcmkonqyperformance.desktop DESTINATION ${APPS_INSTALL_DIR}/.hidd tde_add_kpart( kcm_performance AUTOMOC SOURCES kcmperformance.cpp konqueror.cpp konqueror_ui.ui system.cpp system_ui.ui - LINK kdeui-shared + LINK tdeui-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) |