~ci-train-bot/ubuntu-system-settings/ubuntu-system-settings-ubuntu-vivid-2451

« back to all changes in this revision

Viewing changes to plugins/notifications/plugin/CMakeLists.txt

  • Committer: Bileto Bot
  • Author(s): Jonas G. Drange
  • Date: 2016-11-29 11:12:13 UTC
  • mfrom: (1739.2.10 hide-broken-panels-on-snappy)
  • Revision ID: ci-train-bot@canonical.com-20161129111213-uordjwopehnp4tp1
On snappy it changes the following:
* hides "Developer mode"
* hides "Sleep after"
* hides Notifications panel
* hides Sound panel
* fixes folderlistmodel in Software licenses page

Approved by: Ken VanDine

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include_directories(${CMAKE_CURRENT_BINARY_DIR})
 
2
 
 
3
add_library(notifications-plugin SHARED notifications-plugin.h notifications-plugin.cpp)
 
4
qt5_use_modules(notifications-plugin Core Qml)
 
5
target_link_libraries(notifications-plugin SystemSettings)
 
6
install(TARGETS notifications-plugin DESTINATION ${PLUGIN_MODULE_DIR})