-
Notifications
You must be signed in to change notification settings - Fork 0
/
Drones.pro
150 lines (136 loc) · 4.32 KB
/
Drones.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
#-------------------------------------------------
#
# Project created by QtCreator 2016-06-24T09:26:30
#
#-------------------------------------------------
QT = core \
gui \
serialport \
axcontainer \
multimedia
!MobileBuild {
QT = \
printsupport \
serialport \
}
greaterThan(QT_MAJOR_VERSION, 4): QT = widgets
TARGET = Drones
TEMPLATE = app
include(./qextserialport/src/qextserialport.pri)
INCLUDEPATH =./qextserialport/src/qextserialport
include(./MAVLinkLib.pri)
INCLUDEPATH =./libs/mavlink/include/mavlink/v1.0
SOURCES = main.cpp\
mainwindow.cpp \
attitude_indicator.cpp \
audio_worker.cpp \
helper.cpp \
linkmanager.cpp \
SerialCommunication.cpp \
Fact.cpp \
FactMetaData.cpp \
ParameterLoader.cpp \
PX4ParameterMetaData.cpp \
VehicleComponent.cpp \
PX4AutopioltPlugins/AirframeComponent.cpp \
PX4AutopioltPlugins/FlightModesComponent.cpp \
PX4AutopioltPlugins/PowerComponent.cpp \
PX4AutopioltPlugins/PX4AutopilotPlugin.cpp \
PX4AutopioltPlugins/RadioComponent.cpp \
PX4AutopioltPlugins/SafetyComponent.cpp \
PX4AutopioltPlugins/SensorsComponent.cpp \
FirmwareUpgrade/Bootloader.cpp \
FirmwareUpgrade/FirmwareImage.cpp \
FirmwareUpgrade/PX4FirmUpgradeThread.cpp \
PX4FirmwarePlugin.cpp \
PX4AutopioltPlugins/AirframeComponentController.cpp \
SetupWizard/AirframePage.cpp \
SetupWizard/FirmwarePage.cpp \
SetupWizard/ParamsPage.cpp \
SetupWizard/PowerGroupPage.cpp \
Vehicle.cpp \
PX4AutopioltPlugins/ParamEditorController.cpp \
PX4AutopioltPlugins/SensorsComponentController.cpp \
PX4AutopioltPlugins/PowerComponentController.cpp \
QuadApplication.cpp \
Toolbox.cpp \
VehicleManager.cpp \
UASMessageHandler.cpp \
UAS.cpp \
TitleLabel.cpp \
ComponentController.cpp \
SetupWizard/MessagePanel.cpp \
SetupWidget.cpp \
SetupWizard/SummaryViewPage.cpp \
SetupWizard/SensorsGroupPage.cpp \
SetupWizard/CalRotationWidget.cpp \
SetupWizard/OrientationWidget.cpp \
SetupWizard/RadioPage.cpp \
PX4AutopioltPlugins/RadioComponentController.cpp \
SetupWizard/FlightModesPage.cpp \
SetupWizard/FlightModeWidget.cpp \
PX4AutopioltPlugins/FlightModesComponentController.cpp
HEADERS = mainwindow.h \
attitude_indicator.h \
audio_worker.h \
helper.h \
linkmanager.h \
SerialCommunication.h \
Fact.h \
FactMetaData.h \
ParameterLoader.h \
PX4ParameterMetaData.h \
VehicleComponent.h \
PX4AutopioltPlugins/AirframeComponent.h \
PX4AutopioltPlugins/FlightModesComponent.h \
PX4AutopioltPlugins/PowerComponent.h \
PX4AutopioltPlugins/PX4AutopilotPlugin.h \
PX4AutopioltPlugins/RadioComponent.h \
PX4AutopioltPlugins/SafetyComponent.h \
PX4AutopioltPlugins/SensorsComponent.h \
FirmwareUpgrade/Bootloader.h \
FirmwareUpgrade/FirmwareImage.h \
FirmwareUpgrade/PX4FirmUpgradeThread.h \
PX4FirmwarePlugin.h \
PX4AutopioltPlugins/AirframeComponentController.h \
SetupWizard/AirframePage.h \
SetupWizard/FirmwarePage.h \
SetupWizard/ParamsPage.h \
SetupWizard/PowerGroupPage.h \
Vehicle.h \
PX4AutopioltPlugins/ParamEditorController.h \
PX4AutopioltPlugins/SensorsComponentController.h \
PX4AutopioltPlugins/PowerComponentController.h \
QuadApplication.h \
Toolbox.h \
VehicleManager.h \
UASMessageHandler.h \
UAS.h \
TitleLabel.h \
ComponentController.h \
SetupWizard/MessagePanel.h \
SetupWidget.h \
SetupWizard/SummaryViewPage.h \
SetupWizard/SensorsGroupPage.h \
SetupWizard/CalRotationWidget.h \
SetupWizard/OrientationWidget.h \
SetupWizard/RadioPage.h \
PX4AutopioltPlugins/RadioComponentController.h \
SetupWizard/FlightModesPage.h \
SetupWizard/FlightModeWidget.h \
PX4AutopioltPlugins/FlightModesComponentController.h
FORMS = mainwindow.ui \
SetupWidget.ui \
PowerGroupPage.ui \
SetupWizard/SummaryViewPage.ui \
SetupWizard/SensorsGroupPage.ui \
SetupWizard/CalRotationWidget.ui \
SetupWizard/RadioPage.ui \
SetupWizard/FlightModeWidget.ui
UI_DIR = E:\baseModule-12.27
RESOURCES = \
attitude.qrc \
qml.qrc
DISTFILES = \
PX4AirframeFactMetaData.xml \
PX4ParameterFactMetaData.xml