-
Notifications
You must be signed in to change notification settings - Fork 10
/
qfi.pri
51 lines (40 loc) · 1.33 KB
/
qfi.pri
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
HEADERS += \
gpsGUI/qfi/qfi_doxygen.h
################################################################################
HEADERS += \
gpsGUI/qfi/qfi_Colors.h \
gpsGUI/qfi/qfi_Fonts.h
SOURCES += \
gpsGUI/qfi/qfi_Colors.cpp \
gpsGUI/qfi/qfi_Fonts.cpp
################################################################################
# Electronic Flight Instrument System (EFIS)
################################################################################
HEADERS += \
gpsGUI/qfi/qfi_EADI.h \
gpsGUI/qfi/qfi_EHSI.h
SOURCES += \
gpsGUI/qfi/qfi_EADI.cpp \
gpsGUI/qfi/qfi_EHSI.cpp
################################################################################
# Basic Six
################################################################################
HEADERS += \
gpsGUI/qfi/qfi_AI.h \
gpsGUI/qfi/qfi_HI.h \
gpsGUI/qfi/qfi_VSI.h \
gpsGUI/qfi/qfi_ASI.h \
gpsGUI/qfi/qfi_ALT.h \
gpsGUI/qfi/qfi_TC.h
SOURCES += \
gpsGUI/qfi/qfi_AI.cpp \
gpsGUI/qfi/qfi_HI.cpp \
gpsGUI/qfi/qfi_VSI.cpp \
gpsGUI/qfi/qfi_ASI.cpp \
gpsGUI/qfi/qfi_ALT.cpp \
gpsGUI/qfi/qfi_TC.cpp
################################################################################
# Resources
################################################################################
RESOURCES += \
gpsGUI/qfi/qfi.qrc