From e912e248601b60c3272ed4b293e5dee6fbfd378e Mon Sep 17 00:00:00 2001 From: DonLakeFlyer Date: Thu, 25 Mar 2021 09:03:28 -0700 Subject: [PATCH] Fix exclusion for CustomFlyViewOverlay --- custom-example/qgcresources.exclusion | 1 - custom-example/qgroundcontrol.exclusion | 2 ++ custom-example/qgroundcontrol.qrc | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom-example/qgcresources.exclusion b/custom-example/qgcresources.exclusion index 2b464b9..2480775 100644 --- a/custom-example/qgcresources.exclusion +++ b/custom-example/qgcresources.exclusion @@ -1,3 +1,2 @@ src/ui/toolbar/Images/PaperPlane.svg - src/FlightDisplay/FlyViewCustomLayer.qml diff --git a/custom-example/qgroundcontrol.exclusion b/custom-example/qgroundcontrol.exclusion index e69de29..bdfaced 100644 --- a/custom-example/qgroundcontrol.exclusion +++ b/custom-example/qgroundcontrol.exclusion @@ -0,0 +1,2 @@ + src/FlightDisplay/FlyViewCustomLayer.qml + diff --git a/custom-example/qgroundcontrol.qrc b/custom-example/qgroundcontrol.qrc index fcfd51a..815b3aa 100644 --- a/custom-example/qgroundcontrol.qrc +++ b/custom-example/qgroundcontrol.qrc @@ -200,7 +200,6 @@ ../src/FlightDisplay/FlightDisplayViewWidgets.qml ../src/FlightDisplay/FlyViewAirspaceIndicator.qml ../src/FlightDisplay/FlyView.qml - ../src/FlightDisplay/FlyViewCustomLayer.qml ../src/FlightDisplay/FlyViewInstrumentPanel.qml ../src/FlightDisplay/FlyViewMap.qml ../src/FlightDisplay/FlyViewMissionCompleteDialog.qml