-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathQtGStreamerHUDAppXP.pro
More file actions
180 lines (159 loc) · 6.38 KB
/
QtGStreamerHUDAppXP.pro
File metadata and controls
180 lines (159 loc) · 6.38 KB
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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
TEMPLATE = app
TARGET = QtGStreamerHUDApp
QT += core network gui qml opengl quick svg xml testlib serialport
QTPLUGIN += qsvg QtQuick2Plugin
DEFINES += QTVIDEOSINK_NAME=qt5videosink
DEFINES += __STDC_LIMIT_MACROS
DEFINES += _CRT_SECURE_NO_WARNINGS
SOURCES += main.cpp \
CCurrentState.cpp \
GStreamerPlayer.cpp \
HUDApplicaton.cpp \
PrimaryFlightDisplayQML.cpp \
QCurrentState.cpp \
QtGstreamerHUD.cpp \
UAS1.cc \
UASManager1.cc \
LinkManager1.cc \
MAVLinkDecoder1.cc \
MAVLinkProtocol1.cc \
ArduPilotMegaMAV1.cc \
PxQuadMAV1.cc \
SlugsMAV1.cc \
TCPLink1.cc \
UDPLink1.cc \
comm/serialconnection.cc \
comm/AbsPositionOverview.cc \
comm/RelPositionOverview.cc \
comm/VehicleOverview.cc \
comm/LinkInterface.cpp \
QsLog/QsLog.cpp \
QsLog/QsLogDest.cpp \
QsLog/QsLogDestConsole.cpp \
QsLog/QsLogDestFile.cpp \
globalobject.cc \
comm/UASObject.cc \
QGC.cc \
GAudioOutput.cc \
ui/RadioCalibration/RadioCalibrationData.cc \
uas/QGCUASParamManager.cc \
audio/AlsaAudio.cc
RESOURCES += qml.qrc
INCLUDEPATH += c:/gstreamer/1.0/x86/include/gstreamer-1.0
INCLUDEPATH += c:/qt-gstreamer-1.2.0/src
INCLUDEPATH += c:/qt-gstreamer-1.2.0/elements/gstqtvideosink
INCLUDEPATH += "C:/Program Files/boost/boost_1_43_0"
INCLUDEPATH += $$PWD/libs/mavlink/include/mavlink/v1.0/ardupilotmega
INCLUDEPATH += $$PWD/apps/mavlinkgen/msinttypes
INCLUDEPATH += $$PWD/uas
INCLUDEPATH += $$PWD/comm
INCLUDEPATH += $$PWD/QsLog
INCLUDEPATH += $$PWD/ui
INCLUDEPATH += $$PWD
INCLUDEPATH += C:/gtk3/include/glib-2.0
INCLUDEPATH += C:/gtk3/lib/glib-2.0/include
# Additional import path used to resolve QML modules in Qt Creator's code model
QML_IMPORT_PATH =
# Default rules for deployment.
include(deployment.pri)
HEADERS += \
CCurrentState.h \
GStreamerPlayer.h \
HUDApplication.h \
PrimaryFlightDisplayQML.h \
ProtocolInterface.h \
QCurrentState.h \
QtGStreamerHUD.h \
UAS1.h \
UASManager1.h \
LinkManager1.h \
MAVLinkDecoder1.h \
MAVLinkProtocol1.h \
UASInterface1.h \
ArduPilotMegaMAV1.h \
PxQuadMAV1.h \
SlugsMAV1.h \
TCPLink1.h \
UDPLink1.h \
QsLog/QsLog.h \
QsLog/QsLogDest.h \
QsLog/QsLogDestConsole.h \
QsLog/QsLogDestFile.h \
QsLog/QsLogDisableForThisFile.h \
QsLog/QsLogLevel.h \
globalobject.h \
comm/SerialLinkInterface.h \
comm/serialconnection.h \
comm/LinkInterface.h \
comm/AbsPositionOverview.h \
comm/RelPositionOverview.h \
comm/VehicleOverview.h \
comm/UASObject.h \
QGC.h \
GAudioOutput.h \
ui/RadioCalibration/RadioCalibrationData.h \
uas/QGCUASParamManager.h \
comm/QGCMAVLink.h \
configuration.h \
QGCGeo.h \
audio/AlsaAudio.h \
MG.h
OTHER_FILES += \
qml/components/DigitalDisplay.qml \
qml/components/StatusDisplay.qml \
qml/components/ModeDisplay.qml \
qml/components/HeartbeatDisplay.qml \
qml/PrimaryFlightDisplayQML.qml \
qml/PrimaryFlightDisplayWithVideoQML.qml \
qml/HudQML.qml \
qml/Storage.js \
qml/components/RollPitchIndicator.qml \
qml/components/AltitudeIndicator.qml \
qml/components/SpeedIndicator.qml \
qml/components/CompassIndicator.qml \
qml/components/PitchIndicator.qml \
qml/components/StatusMessageIndicator.qml \
qml/components/InformationOverlayIndicator.qml \
QsLog/QsLog.pri \
QsLog/QsLogChanges.txt \
qml/resources/components/primaryFlightDisplay/reset.svg \
qml/resources/components/primaryFlightDisplay/connect.svg \
qml/resources/components/primaryFlightDisplay/disconnect.svg
OTHER_FILES += \
qml/ApmToolBar.qml \
qml/components/Button.qml \
qml/components/TextButton.qml \
qml/resources/apmplanner/toolbar/connect.png \
qml/resources/apmplanner/toolbar/flightplanner.png \
qml/resources/apmplanner/toolbar/helpwizard.png \
qml/resources/apmplanner/toolbar/light_initialsetup_icon.png \
qml/resources/apmplanner/toolbar/terminal.png \
qml/resources/apmplanner/toolbar/simulation.png \
qml/resources/apmplanner/toolbar/light_tuningconfig_icon.png \
qml/resources/apmplanner/toolbar/flightdata.png \
qml/resources/apmplanner/toolbar/disconnect.png \
qml/resources/apmplanner/toolbar/donate.png \
qml/resources/components/primaryFlightDisplay/pause.svg \
qml/resources/components/primaryFlightDisplay/play.svg \
qml/resources/components/primaryFlightDisplay/stop.svg
win32:CONFIG(release, debug|release): LIBS += -L$$PWD/../../../qt-gstreamer-1.2.0/build/src/QGst/releaseXP/ -lQt5GStreamer-1.0
else:win32:CONFIG(debug, debug|release): LIBS += -L$$PWD/../../../qt-gstreamer-1.2.0/build/src/QGst/debug/ -lQt5GStreamer-1.0
win32:CONFIG(release, debug|release): LIBS += -L$$PWD/../../../qt-gstreamer-1.2.0/build/src/QGst/releaseXP/ -lQt5GStreamerUi-1.0
else:win32:CONFIG(debug, debug|release): LIBS += -L$$PWD/../../../qt-gstreamer-1.2.0/build/src/QGst/debug/ -lQt5GStreamerUi-1.0
win32:CONFIG(release, debug|release): LIBS += -L$$PWD/../../../qt-gstreamer-1.2.0/build/src/QGst/releaseXP/ -lQt5GStreamerQuick-1.0
else:win32:CONFIG(debug, debug|release): LIBS += -L$$PWD/../../../qt-gstreamer-1.2.0/build/src/QGst/debug/ -lQt5GStreamerQuick-1.0
win32:CONFIG(release, debug|release): LIBS += -L$$PWD/../../../qt-gstreamer-1.2.0/build/src/QGst/releaseXP/ -lQt5GStreamerUtils-1.0
else:win32:CONFIG(debug, debug|release): LIBS += -L$$PWD/../../../qt-gstreamer-1.2.0/build/src/QGst/debug/ -lQt5GStreamerUtils-1.0
DEPENDPATH += $$PWD/../../../qt-gstreamer-1.2.0/build/src/QGst/Debug
win32:CONFIG(release, debug|release): LIBS += -L$$PWD/../../../qt-gstreamer-1.2.0/build/src/QGlib/releaseXP/ -lQt5GLib-2.0
else:win32:CONFIG(debug, debug|release): LIBS += -L$$PWD/../../../qt-gstreamer-1.2.0/build/src/QGlib/debug/ -lQt5GLib-2.0
DEPENDPATH += $$PWD/../../../qt-gstreamer-1.2.0/build/src/QGlib/Debug
win32:CONFIG(release, debug|release): LIBS += -L$$PWD/../../../qt-gstreamer-1.2.0/build/elements/gstqtvideosink/ReleaseXP -lgstqt5videosink
else:win32:CONFIG(debug, debug|release): LIBS += -L$$PWD/../../../qt-gstreamer-1.2.0/build/elements/gstqtvideosink/Debug/ -lgstqt5videosink
LIBS += -LC:/gstreamer/1.0/x86/lib -lgstreamer-1.0
#win32 {
# QMAKE_LFLAGS += /SUBSYSTEM:CONSOLE,5.01
# QMAKE_CXX += /D_USING_V110_SDK71_
# LIBS *= -L"%ProgramFiles(x86)%/Microsoft SDKs/Windows/7.1A/Lib"
# INCLUDEPATH += "%ProgramFiles(x86)%/Microsoft SDKs/Windows/7.1A/Include"
#}