diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-09-07 14:06:57 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-09-07 14:06:57 +0200 |
commit | 53d1c709717fe63d4c1585dce6c0205fa7575c90 (patch) | |
tree | 0d4dc82e5512c821a3d14341adadbc08ae8c7d5b /framework/CMakeLists.txt | |
parent | f179abbb71ece440805cb5fd57b971c0feefc3eb (diff) | |
download | kube-53d1c709717fe63d4c1585dce6c0205fa7575c90.tar.gz kube-53d1c709717fe63d4c1585dce6c0205fa7575c90.zip |
remove obsolete custon theme since we are now using the kirigami theme
Diffstat (limited to 'framework/CMakeLists.txt')
-rw-r--r-- | framework/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/framework/CMakeLists.txt b/framework/CMakeLists.txt index 4fecaf14..95be342d 100644 --- a/framework/CMakeLists.txt +++ b/framework/CMakeLists.txt | |||
@@ -41,7 +41,5 @@ add_subdirectory(actions) | |||
41 | add_subdirectory(settings) | 41 | add_subdirectory(settings) |
42 | # Domain specific domain logic | 42 | # Domain specific domain logic |
43 | add_subdirectory(domain) | 43 | add_subdirectory(domain) |
44 | # Theme specfic things like colors | ||
45 | add_subdirectory(theme) | ||
46 | 44 | ||
47 | feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) | 45 | feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) |