summaryrefslogtreecommitdiffstats
path: root/style
diff options
context:
space:
mode:
Diffstat (limited to 'style')
-rw-r--r--style/CMakeLists.txt11
-rw-r--r--style/config/CMakeLists.txt14
2 files changed, 11 insertions, 14 deletions
diff --git a/style/CMakeLists.txt b/style/CMakeLists.txt
index 8087699..e1a076b 100644
--- a/style/CMakeLists.txt
+++ b/style/CMakeLists.txt
@@ -19,9 +19,10 @@ link_directories(
${TDE_LIBRARY_DIRS}
)
+
### polyester (kpart) ##########################################################
-tde_add_kpart(polyester
- AUTOMOC
+
+tde_add_kpart( polyester AUTOMOC
SOURCES
polyester.cpp
@@ -33,11 +34,15 @@ tde_add_kpart(polyester
DESTINATION ${PLUGIN_INSTALL_DIR}/plugins/styles
)
+
### configuration module #######################################################
+
add_subdirectory(config)
+
### other data #################################################################
+
install(
FILES polyester.themerc
DESTINATION ${DATA_INSTALL_DIR}/tdestyle/themes
-) \ No newline at end of file
+)
diff --git a/style/config/CMakeLists.txt b/style/config/CMakeLists.txt
index b5d8768..bace828 100644
--- a/style/config/CMakeLists.txt
+++ b/style/config/CMakeLists.txt
@@ -7,21 +7,13 @@
################################################################################
include_directories(
- ${CMAKE_BINARY_DIR}
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_CURRENT_SOURCE_DIR}
- ${TDE_INCLUDE_DIR}
- ${TQT_INCLUDE_DIRS}
-)
-
-link_directories(
- ${TQT_LIBRARY_DIRS}
- ${TDE_LIBRARY_DIRS}
)
### tdestyle_polyester_config (kpart) ##########################################
-tde_add_kpart(tdestyle_polyester_config
- AUTOMOC
+
+tde_add_kpart( tdestyle_polyester_config AUTOMOC
SOURCES
configdialog.ui
@@ -32,4 +24,4 @@ tde_add_kpart(tdestyle_polyester_config
tdeui-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
-) \ No newline at end of file
+)