file(GLOB ARTICLE_ITEMS_QML_JS_FILES *.qml *.js)

# make the files visible in the qtcreator tree
add_custom_target(ubuntu-rssreader-app_article_items_QMlFiles ALL SOURCES ${ARTICLE_ITEMS_QML_JS_FILES})
