diff options
Diffstat (limited to 'framework/theme/CMakeLists.txt')
-rw-r--r-- | framework/theme/CMakeLists.txt | 1 |
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 @@ | |||
1 | set(themeplugin_SRCS | 1 | set(themeplugin_SRCS |
2 | themeplugin.cpp | 2 | themeplugin.cpp |
3 | colorpalette.cpp | 3 | colorpalette.cpp |
4 | unit.cpp | ||
4 | ) | 5 | ) |
5 | 6 | ||
6 | add_library(themeplugin SHARED ${themeplugin_SRCS}) | 7 | add_library(themeplugin SHARED ${themeplugin_SRCS}) |