From 06f45932a15f4179dc4d109659fa90de91899b9b Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Fri, 16 Aug 2019 10:06:11 +0200 Subject: [PATCH] CMake: Add AnalyzeView Qml files to CMake This creates a fake target that adds the Qml sources to the CMakeProject this let's IDE's that read CMake files to display the files on the project viewer --- src/AnalyzeView/CMakeLists.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/AnalyzeView/CMakeLists.txt b/src/AnalyzeView/CMakeLists.txt index a92627a..9f46fd9 100644 --- a/src/AnalyzeView/CMakeLists.txt +++ b/src/AnalyzeView/CMakeLists.txt @@ -17,6 +17,17 @@ add_library(AnalyzeView ${EXTRA_SRC} ) +add_custom_target( + AnalyzeViewQml +SOURCES + AnalyzePage.qml + AnalyzeView.qml + GeoTagPage.qml + LogDownloadPage.qml + MavlinkConsolePage.qml + MAVLinkInspectorPage.qml +) + target_link_libraries(AnalyzeView PRIVATE qgc