mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
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:
commit
a62a44ff6a
2 changed files with 2 additions and 0 deletions
|
@ -210,6 +210,7 @@ endforeach()
|
|||
|
||||
file(GLOB_RECURSE JS_SRC scripts/*.js)
|
||||
add_custom_target(js SOURCES ${JS_SRC})
|
||||
GroupSources("scripts")
|
||||
|
||||
if (UNIX)
|
||||
install(
|
||||
|
|
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue