~allanlesage/ubuntu-system-settings/add-background-plugin-objectNames

« back to all changes in this revision

Viewing changes to plugins/orientation-lock/CMakeLists.txt

  • Committer: Tarmac
  • Author(s): Jussi Pakkanen
  • Date: 2013-10-24 14:53:27 UTC
  • mfrom: (317.4.62 ubuntu-system-settings)
  • Revision ID: tarmac-20131024145327-1i7fj7mviod9cdyt
Switch to CMake.

Approved by Sebastien Bacher, Iain Lane, PS Jenkins bot, Alberto Mardegan.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
set(QML_SOURCES EntryComponent.qml)
 
2
 
 
3
# We need a dummy target so the QML files show up in Qt Creator
 
4
# If this plugin gets some C++ sources, remove this.
 
5
add_custom_target(orientation-lock-holder
 
6
COMMAND echo This is just a dummy.
 
7
SOURCES ${QML_SOURCES})
 
8
 
 
9
 
 
10
install(FILES orientation-lock.settings DESTINATION ${PLUGIN_MANIFEST_DIR})
 
11
install(FILES settings-orientation-lock.svg DESTINATION ${PLUGIN_MANIFEST_DIR}/icons)
 
12
install(FILES ${QML_SOURCES} DESTINATION ${PLUGIN_QML_DIR}/orientation-lock)