forked from vranki/ExtPlane-Panel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathextplane-panel.pro
More file actions
72 lines (65 loc) · 1.7 KB
/
extplane-panel.pro
File metadata and controls
72 lines (65 loc) · 1.7 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
QT += gui network
maemo5: {
QT += dbus
DEFINES += MAEMO
}
ICON = extplane-panel.icns
TARGET = extplane-panel
TEMPLATE = app
SOURCES += main.cpp \
panelitems/panelitem.cpp \
extplaneconnection.cpp \
utils.cpp \
panelwindow.cpp \
extplaneclient.cpp \
clientdataref.cpp \
clientdatarefprovicer.cpp \
panelitems/airspeedindicator.cpp \
units.cpp \
menubutton.cpp \
panelitemfactory.cpp \
panelitems/needleinstrument.cpp \
panelitems/compass.cpp \
dialogs/settingsdialog.cpp \
dialogs/edititemdialog.cpp \
widgets/velocityunitcombobox.cpp \
widgets/numberinputlineedit.cpp \
panelitems/variometer.cpp \
panelitems/altimeter.cpp \
panelitems/di.cpp \
panelitems/attitudeindicator.cpp \
panelitems/turnbank.cpp \
panelitems/hsi_ks55.cpp \
panelitems/engine_rpm.cpp \
widgets/distanceunitcombobox.cpp \
panelitems/button.cpp
HEADERS += \
panelitems/panelitem.h \
extplaneconnection.h \
panelwindow.h \
utils.h \
extplaneclient.h \
clientdataref.h \
clientdatarefprovicer.h \
panelitems/airspeedindicator.h \
units.h \
menubutton.h \
panelitemfactory.h \
panelitems/needleinstrument.h \
panelitems/compass.h \
dialogs/settingsdialog.h \
dialogs/edititemdialog.h \
widgets/velocityunitcombobox.h \
widgets/numberinputlineedit.h \
panelitems/variometer.h \
panelitems/altimeter.h \
panelitems/di.h \
panelitems/attitudeindicator.h \
panelitems/turnbank.h \
panelitems/engine_rpm.h \
panelitems/hsi_ks55.h \
widgets/distanceunitcombobox.h \
panelitems/button.h
FORMS += \
dialogs/settingsdialog.ui \
dialogs/edititemdialog.ui