|
|
|
@ -103,9 +103,11 @@ DebugBuild {
@@ -103,9 +103,11 @@ DebugBuild {
|
|
|
|
|
CONFIG += console |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
!AndroidBuild { |
|
|
|
|
# qextserialport should not be used by general QGroundControl code. Use QSerialPort instead. This is only |
|
|
|
|
# here to support special case Firmware Upgrade code. |
|
|
|
|
include(libs/qextserialport/src/qextserialport.pri) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
# |
|
|
|
|
# External library configuration |
|
|
|
@ -627,12 +629,16 @@ HEADERS+= \
@@ -627,12 +629,16 @@ HEADERS+= \
|
|
|
|
|
src/AutoPilotPlugins/PX4/SafetyComponent.h \ |
|
|
|
|
src/AutoPilotPlugins/PX4/SensorsComponent.h \ |
|
|
|
|
src/AutoPilotPlugins/PX4/SensorsComponentController.h \ |
|
|
|
|
src/VehicleSetup/FirmwareUpgradeController.h \ |
|
|
|
|
src/VehicleSetup/PX4Bootloader.h \ |
|
|
|
|
src/VehicleSetup/PX4FirmwareUpgradeThread.h \ |
|
|
|
|
src/VehicleSetup/SetupView.h \ |
|
|
|
|
src/VehicleSetup/VehicleComponent.h \ |
|
|
|
|
|
|
|
|
|
!AndroidBuild { |
|
|
|
|
HEADERS += \ |
|
|
|
|
src/VehicleSetup/FirmwareUpgradeController.h \ |
|
|
|
|
src/VehicleSetup/PX4Bootloader.h \ |
|
|
|
|
src/VehicleSetup/PX4FirmwareUpgradeThread.h |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
SOURCES += \ |
|
|
|
|
src/AutoPilotPlugins/AutoPilotPlugin.cc \ |
|
|
|
|
src/AutoPilotPlugins/AutoPilotPluginManager.cc \ |
|
|
|
@ -651,12 +657,16 @@ SOURCES += \
@@ -651,12 +657,16 @@ SOURCES += \
|
|
|
|
|
src/AutoPilotPlugins/PX4/SafetyComponent.cc \ |
|
|
|
|
src/AutoPilotPlugins/PX4/SensorsComponent.cc \ |
|
|
|
|
src/AutoPilotPlugins/PX4/SensorsComponentController.cc \ |
|
|
|
|
src/VehicleSetup/FirmwareUpgradeController.cc \ |
|
|
|
|
src/VehicleSetup/PX4Bootloader.cc \ |
|
|
|
|
src/VehicleSetup/PX4FirmwareUpgradeThread.cc \ |
|
|
|
|
src/VehicleSetup/SetupView.cc \ |
|
|
|
|
src/VehicleSetup/VehicleComponent.cc \ |
|
|
|
|
|
|
|
|
|
!AndroidBuild { |
|
|
|
|
SOURCES += \ |
|
|
|
|
src/VehicleSetup/FirmwareUpgradeController.cc \ |
|
|
|
|
src/VehicleSetup/PX4Bootloader.cc \ |
|
|
|
|
src/VehicleSetup/PX4FirmwareUpgradeThread.cc |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
# Fact System code |
|
|
|
|
|
|
|
|
|
INCLUDEPATH += \ |
|
|
|
|