summaryrefslogtreecommitdiffstats
path: root/framework/CMakeLists.txt
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2016-09-07 14:06:57 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2016-09-07 14:06:57 +0200
commit53d1c709717fe63d4c1585dce6c0205fa7575c90 (patch)
tree0d4dc82e5512c821a3d14341adadbc08ae8c7d5b /framework/CMakeLists.txt
parentf179abbb71ece440805cb5fd57b971c0feefc3eb (diff)
downloadkube-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.txt2
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)
41add_subdirectory(settings) 41add_subdirectory(settings)
42# Domain specific domain logic 42# Domain specific domain logic
43add_subdirectory(domain) 43add_subdirectory(domain)
44# Theme specfic things like colors
45add_subdirectory(theme)
46 44
47feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) 45feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)