diff options
Diffstat (limited to 'framework/notifications/CMakeLists.txt')
-rw-r--r-- | framework/notifications/CMakeLists.txt | 11 |
1 files changed, 0 insertions, 11 deletions
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 @@ | |||
1 | set(SRCS | ||
2 | notificationplugin.cpp | ||
3 | notificationhandler.cpp | ||
4 | ) | ||
5 | |||
6 | add_library(notificationplugin SHARED ${SRCS}) | ||
7 | |||
8 | target_link_libraries(notificationplugin sink) | ||
9 | qt5_use_modules(notificationplugin Core Quick Qml) | ||
10 | |||
11 | install(TARGETS notificationplugin DESTINATION ${FRAMEWORK_INSTALL_DIR}) | ||