summaryrefslogtreecommitdiffstats
path: root/framework/theme/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'framework/theme/CMakeLists.txt')
-rw-r--r--framework/theme/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/theme/CMakeLists.txt b/framework/theme/CMakeLists.txt
index 4314f662..319e3d39 100644
--- a/framework/theme/CMakeLists.txt
+++ b/framework/theme/CMakeLists.txt
@@ -1,6 +1,7 @@
1set(themeplugin_SRCS 1set(themeplugin_SRCS
2 themeplugin.cpp 2 themeplugin.cpp
3 colorpalette.cpp 3 colorpalette.cpp
4 unit.cpp
4) 5)
5 6
6add_library(themeplugin SHARED ${themeplugin_SRCS}) 7add_library(themeplugin SHARED ${themeplugin_SRCS})