~qqworini/ubuntu-rssreader-app/reboot-add-cmake

« back to all changes in this revision

Viewing changes to article_items/CMakeLists.txt

  • Committer: Roman Shchekin
  • Date: 2015-07-04 08:34:43 UTC
  • Revision ID: mrqtros@gmail.com-20150704083443-5o0494vtslrc5d50
Great cleanup!

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
file(GLOB ARTICLE_ITEMS_QML_JS_FILES *.qml *.js)
2
 
 
3
 
# make the files visible in the qtcreator tree
4
 
add_custom_target(ubuntu-rssreader-app_article_items_QMlFiles ALL SOURCES ${ARTICLE_ITEMS_QML_JS_FILES})