From a8de6eab8cff839f6b6a85ef7db9bc8308e9a734 Mon Sep 17 00:00:00 2001 From: Brad Davis Date: Thu, 20 Apr 2017 14:39:06 -0700 Subject: [PATCH] Organize the files in the JS and QML projects to appear in a folder hierarchy --- CMakeLists.txt | 1 + interface/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+) 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(