summaryrefslogtreecommitdiffstats
path: root/src/app/Konfigurator/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/Konfigurator/CMakeLists.txt')
-rw-r--r--src/app/Konfigurator/CMakeLists.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/app/Konfigurator/CMakeLists.txt b/src/app/Konfigurator/CMakeLists.txt
new file mode 100644
index 0000000..96980ff
--- /dev/null
+++ b/src/app/Konfigurator/CMakeLists.txt
@@ -0,0 +1,15 @@
+include_directories(
+ ${CMAKE_CURRENT_SOURCE_DIR}
+ ${CMAKE_CURRENT_SOURCE_DIR}/../GUI
+ ${CMAKE_CURRENT_BINARY_DIR}
+)
+
+
+##### Konfigurator library (static)
+
+tde_add_library( Konfigurator STATIC_PIC AUTOMOC
+ SOURCES
+ kgcolors.cpp kgdependencies.cpp konfiguratorpage.cpp konfiguratoritems.cpp konfigurator.cpp
+ kgwelcome.cpp kgstartup.cpp kglookfeel.cpp kggeneral.cpp kgarchives.cpp kgadvanced.cpp
+ kguseractions.cpp kgprotocols.cpp krresulttable.cpp krresulttabledialog.cpp searchobject.cpp
+)