diff options
Diffstat (limited to 'ksplashml/themeengine/CMakeLists.txt')
-rw-r--r-- | ksplashml/themeengine/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksplashml/themeengine/CMakeLists.txt b/ksplashml/themeengine/CMakeLists.txt index ad8d5821b..f5437b9bb 100644 --- a/ksplashml/themeengine/CMakeLists.txt +++ b/ksplashml/themeengine/CMakeLists.txt @@ -38,6 +38,6 @@ install( FILES ksplashplugins.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR} ) tde_add_library( ksplashthemes SHARED AUTOMOC SOURCES themeengine.cpp objkstheme.cpp VERSION 0.0.0 - LINK kdeui-shared + LINK tdeui-shared DESTINATION ${LIB_INSTALL_DIR} ) |