From 7c94d55f866794b2f1bb33b1f241552496b59b31 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 5 Apr 2017 13:02:48 +0200 Subject: Removed old files --- framework/notifications/CMakeLists.txt | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 framework/notifications/CMakeLists.txt (limited to 'framework/notifications/CMakeLists.txt') diff --git a/framework/notifications/CMakeLists.txt b/framework/notifications/CMakeLists.txt deleted file mode 100644 index 3d3f3c66..00000000 --- a/framework/notifications/CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ -set(SRCS - notificationplugin.cpp - notificationhandler.cpp -) - -add_library(notificationplugin SHARED ${SRCS}) - -target_link_libraries(notificationplugin sink) -qt5_use_modules(notificationplugin Core Quick Qml) - -install(TARGETS notificationplugin DESTINATION ${FRAMEWORK_INSTALL_DIR}) -- cgit v1.2.3