diff options
Diffstat (limited to 'style')
-rw-r--r-- | style/CMakeLists.txt | 7 | ||||
-rw-r--r-- | style/qtcurve.themerc | 3 |
2 files changed, 8 insertions, 2 deletions
diff --git a/style/CMakeLists.txt b/style/CMakeLists.txt index f7a29b6..fc14b38 100644 --- a/style/CMakeLists.txt +++ b/style/CMakeLists.txt @@ -29,10 +29,13 @@ link_directories( ##### other data ################################ -install( FILES qtcurve.themerc DESTINATION ${DATA_INSTALL_DIR}/tdestyle/themes ) +tde_create_translated_desktop( + SOURCE qtcurve.themerc + DESTINATION ${DATA_INSTALL_DIR}/tdestyle/themes +) -##### plastik ################################### +##### qtcurve ################################### set( target qtcurve ) diff --git a/style/qtcurve.themerc b/style/qtcurve.themerc index f3e53fc..10c90b5 100644 --- a/style/qtcurve.themerc +++ b/style/qtcurve.themerc @@ -1,6 +1,9 @@ [Misc] Name=QtCurve + Comment=Highly configurable style + ConfigPage=tdestyle_qtcurve_config + [KDE] WidgetStyle=QtCurve |