~fboucault/machines-vs-machines/splash_fixes

« back to all changes in this revision

Viewing changes to app/ui/CMakeLists.txt

  • Committer: Michael Zanetti
  • Date: 2015-01-04 17:18:56 UTC
  • Revision ID: michael.zanetti@canonical.com-20150104171856-a6qivfui7e3d00s2
update the cmakelists template to the latest sdk one

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
file(GLOB UI_QML_JS_FILES *.qml *.js)
2
2
 
3
 
# make the files visible in the qtcreator tree
 
3
# Make the files visible in the qtcreator tree
4
4
add_custom_target(machines-vs-machines_ui_QMlFiles ALL SOURCES ${UI_QML_JS_FILES})
5
5
 
6
6
install(FILES ${UI_QML_JS_FILES} DESTINATION ${MACHINES-VS-MACHINES_DIR}/ui)