diff options
Diffstat (limited to 'framework/notifications')
-rw-r--r-- | framework/notifications/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/framework/notifications/CMakeLists.txt b/framework/notifications/CMakeLists.txt index ec2f52c2..3d3f3c66 100644 --- a/framework/notifications/CMakeLists.txt +++ b/framework/notifications/CMakeLists.txt | |||
@@ -8,5 +8,4 @@ add_library(notificationplugin SHARED ${SRCS}) | |||
8 | target_link_libraries(notificationplugin sink) | 8 | target_link_libraries(notificationplugin sink) |
9 | qt5_use_modules(notificationplugin Core Quick Qml) | 9 | qt5_use_modules(notificationplugin Core Quick Qml) |
10 | 10 | ||
11 | install(TARGETS notificationplugin DESTINATION ${QML_INSTALL_DIR}/org/kube/framework/notifications) | 11 | install(TARGETS notificationplugin DESTINATION ${FRAMEWORK_INSTALL_DIR}) |
12 | install(FILES qmldir DESTINATION ${QML_INSTALL_DIR}/org/kube/framework/notifications) | ||