From 53d1c709717fe63d4c1585dce6c0205fa7575c90 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Wed, 7 Sep 2016 14:06:57 +0200 Subject: remove obsolete custon theme since we are now using the kirigami theme --- framework/theme/CMakeLists.txt | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 framework/theme/CMakeLists.txt (limited to 'framework/theme/CMakeLists.txt') diff --git a/framework/theme/CMakeLists.txt b/framework/theme/CMakeLists.txt deleted file mode 100644 index 319e3d39..00000000 --- a/framework/theme/CMakeLists.txt +++ /dev/null @@ -1,14 +0,0 @@ -set(themeplugin_SRCS - themeplugin.cpp - colorpalette.cpp - unit.cpp -) - -add_library(themeplugin SHARED ${themeplugin_SRCS}) - -qt5_use_modules(themeplugin Core Quick Qml) - -target_link_libraries(themeplugin) - -install(TARGETS themeplugin DESTINATION ${QML_INSTALL_DIR}/org/kube/framework/theme) -install(FILES qmldir DESTINATION ${QML_INSTALL_DIR}/org/kube/framework/theme) -- cgit v1.2.3