~ubuntu-shorts-dev/ubuntu-rssreader-app/reboot

« back to all changes in this revision

Viewing changes to shorts/qml/delegates/CMakeLists.txt

  • Committer: Joey Chan
  • Date: 2015-07-17 14:42:42 UTC
  • Revision ID: qqworini@gmail.com-20150717144242-lpeqm2jw5x71dr1v
add cmake configuration

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
file(GLOB DELEGATES_QML_JS_FILES *.qml *.js)
 
2
 
 
3
# make the files visible in the qtcreator tree
 
4
add_custom_target(ubuntu-rssreader-app_delegates_QMlFiles ALL SOURCES ${DELEGATES_QML_JS_FILES})
 
5
 
 
6
install(FILES ${DELEGATES_QML_JS_FILES} DESTINATION ${SHORTS_DIR}/delegates/)
 
 
b'\\ No newline at end of file'