diff --git a/CMakeLists.txt b/CMakeLists.txt index aa2c353453..406fb5aeb1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -210,6 +210,7 @@ endforeach() file(GLOB_RECURSE JS_SRC scripts/*.js) add_custom_target(js SOURCES ${JS_SRC}) +GroupSources("scripts") if (UNIX) install( diff --git a/interface/CMakeLists.txt b/interface/CMakeLists.txt index ac44be18f2..0006bdd778 100644 --- a/interface/CMakeLists.txt +++ b/interface/CMakeLists.txt @@ -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(