~alecu/+junk/demo-app5

« back to all changes in this revision

Viewing changes to app/ui/CMakeLists.txt

  • Committer: Alejandro J. Cura
  • Date: 2014-08-27 22:18:07 UTC
  • Revision ID: alecu@canonical.com-20140827221807-tbg1l4ypg0cbm0l7
Renamed the app basename

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
3
# make the files visible in the qtcreator tree
4
 
add_custom_target(demo-app1_ui_QMlFiles ALL SOURCES ${UI_QML_JS_FILES})
 
4
add_custom_target(demo-app2_ui_QMlFiles ALL SOURCES ${UI_QML_JS_FILES})
5
5
 
6
 
install(FILES ${UI_QML_JS_FILES} DESTINATION ${DEMO-APP1_DIR}/ui)
 
6
install(FILES ${UI_QML_JS_FILES} DESTINATION ${DEMO-APP2_DIR}/ui)
7
7