Merge pull request #10252 from jherico/organize_resources

Organize the files in the JS and QML projects to appear in a folder hierarchy
This commit is contained in:
Brad Davis 2017-04-21 09:38:59 -07:00 committed by GitHub
commit a62a44ff6a
2 changed files with 2 additions and 0 deletions

View file

@ -210,6 +210,7 @@ endforeach()
file(GLOB_RECURSE JS_SRC scripts/*.js)
add_custom_target(js SOURCES ${JS_SRC})
GroupSources("scripts")
if (UNIX)
install(

View file

@ -65,6 +65,7 @@ set(INTERFACE_SRCS ${INTERFACE_SRCS} "${QT_UI_HEADERS}" "${QT_RESOURCES}")
file(GLOB_RECURSE QML_SRC resources/qml/*.qml resources/qml/*.js)
add_custom_target(qml SOURCES ${QML_SRC})
GroupSources("resources/qml")
if (UNIX)
install(