~ci-train-bot/libertine/libertine-ubuntu-zesty-2264

« back to all changes in this revision

Viewing changes to qml/CMakeLists.txt

  • Committer: Larry Price
  • Date: 2016-09-27 14:20:23 UTC
  • mto: (94.157.38 devel)
  • mto: This revision was merged to the branch mainline in revision 173.
  • Revision ID: larry.price@canonical.com-20160927142023-z21gc8clyje32qrx
Initial commonizing of qml files

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
set(LIBERTINE_QML_PATH ${CMAKE_INSTALL_DATAROOTDIR}/${CMAKE_PROJECT_NAME}/qml)
 
2
 
 
3
install(DIRECTORY common DESTINATION ${LIBERTINE_QML_PATH})
 
4
install(DIRECTORY gui DESTINATION ${LIBERTINE_QML_PATH})
 
5
install(DIRECTORY plugin DESTINATION ${LIBERTINE_QML_PATH})