~mterry/ubuntu-calculator-app/confined

« back to all changes in this revision

Viewing changes to app/components/CMakeLists.txt

  • Committer: Riccardo Padovani
  • Date: 2014-11-10 09:28:27 UTC
  • Revision ID: riccardo@rpadovani.com-20141110092827-9pj07nom3u4s278g
Starting a new adventure, yeah!

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
file(GLOB COMPONENTS_QML_JS_FILES *.qml *.js)
 
2
 
 
3
# Make the files visible in the qtcreator tree
 
4
add_custom_target(ubuntu-calculator-app_components_QMlFiles ALL SOURCES ${COMPONENTS_QML_JS_FILES})
 
5
 
 
6
install(FILES ${COMPONENTS_QML_JS_FILES} DESTINATION ${UBUNTU-CALCULATOR-APP_DIR}/components)
 
7