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