diff options
author | Sandro Knauß <sknauss@kde.org> | 2016-10-10 13:01:15 +0200 |
---|---|---|
committer | Sandro Knauß <sknauss@kde.org> | 2016-10-10 13:01:15 +0200 |
commit | 6b6f20ffbe06402abcc7d4721ad1f647c3fc4c46 (patch) | |
tree | 6e2762d879c64373519b0506e9a66ddc27f04830 /framework/CMakeLists.txt | |
parent | 349e404b539c1f9d1feb54658e2e6fbbd2165462 (diff) | |
parent | 5fa8608e9877eab40336a60ed8ed979aaf3cfbd0 (diff) | |
download | kube-6b6f20ffbe06402abcc7d4721ad1f647c3fc4c46.tar.gz kube-6b6f20ffbe06402abcc7d4721ad1f647c3fc4c46.zip |
Merge branch 'develop' into dev/mimetreeinterface
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) |