diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:23:31 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:23:31 -0600 |
commit | 9f98833902316ab551f3a61b222726d6aed99337 (patch) | |
tree | 5cb22d86d9f43e2f7308582b4ff216e09dc56395 /style/CMakeLists.txt | |
parent | 2a6fba0f1c8f333e17df9c5c7f6406d5fb6f69cc (diff) | |
download | tde-style-qtcurve-9f98833902316ab551f3a61b222726d6aed99337.tar.gz tde-style-qtcurve-9f98833902316ab551f3a61b222726d6aed99337.zip |
Additional kde to tde renaming
Diffstat (limited to 'style/CMakeLists.txt')
-rw-r--r-- | style/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/style/CMakeLists.txt b/style/CMakeLists.txt index cf37121..c3260ca 100644 --- a/style/CMakeLists.txt +++ b/style/CMakeLists.txt @@ -6,7 +6,7 @@ if (NOT QTC_QT_ONLY) trinity_automoc(${qtcurve_SRCS}) add_library(qtcurve MODULE ${qtcurve_SRCS}) set_target_properties(qtcurve PROPERTIES PREFIX "") - target_link_libraries(qtcurve ${QT_LIBRARIES} kdefx) + target_link_libraries(qtcurve ${QT_LIBRARIES} tdefx) install(TARGETS qtcurve LIBRARY DESTINATION ${KDE3_LIB_DIR}/trinity/plugins/styles) install(FILES qtcurve.themerc DESTINATION ${KDE3PREFIX}/share/apps/kstyle/themes) else (NOT QTC_QT_ONLY) |