forked from Cutehacks/OpenFly
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOpenFly.pro
More file actions
85 lines (72 loc) · 2.18 KB
/
Copy pathOpenFly.pro
File metadata and controls
85 lines (72 loc) · 2.18 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
######################################################################
# Automatically generated by qmake (2.01a) Thu Sep 9 16:27:53 2010
######################################################################
TEMPLATE = app
TARGET = openfly
DEPENDPATH += .
INCLUDEPATH += .
VERSION = 1.0.0
DEFINES += TARGET="\"$$TARGET\"" VERSION="\"$$VERSION\""
# Input
HEADERS += \
node.h \
receiver.h \
xmldatasource.h \
airportnames.h \
flightstatuses.h \
flighttimes.h \
flightsmodel.h \
settings.h \
constants.h
SOURCES += \
receiver.cpp \
xmldatasource.cpp \
airportnames.cpp \
flightstatuses.cpp \
flighttimes.cpp \
flightsmodel.cpp \
settings.cpp \
main.cpp
RESOURCES += \
fly.qrc
TRANSLATIONS += \
QT += network declarative
symbian {
TARGET.UID3 = 0xe36f34d8
ICON = images/fly_symbiansurround2.svg
TARGET.CAPABILITY += NetworkServices
TARGET.EPOCSTACKSIZE = 0x14000
TARGET.EPOCHEAPSIZE = 0x020000 0x3D09000
vendorinfo = \
"%{\"GPLv3\"}" \
":\"GPLv3\""
vendor.pkg_prerules = vendorinfo
DEPLOYMENT += vendor
}
linux-g++-maemo*:{
DEFINES += Q_OS_MAEMO
}
unix:!symbian:!maemo5 {
target.path = /opt/openfly/bin
INSTALLS += target
icon.files = OpenFly.svg
icon.path = /usr/share/icons/hicolor/scalable/apps
INSTALLS += icon
desktopfile.files = $${TARGET}.desktop
desktopfile.path = /usr/share/applications
INSTALLS += desktopfile
}
OTHER_FILES += \
qtc_packaging/debian_harmattan/rules \
qtc_packaging/debian_harmattan/README \
qtc_packaging/debian_harmattan/copyright \
qtc_packaging/debian_harmattan/control \
qtc_packaging/debian_harmattan/compat \
qtc_packaging/debian_harmattan/changelog \
qtc_packaging/debian_harmattan/rules \
qtc_packaging/debian_harmattan/README \
qtc_packaging/debian_harmattan/manifest.aegis \
qtc_packaging/debian_harmattan/copyright \
qtc_packaging/debian_harmattan/control \
qtc_packaging/debian_harmattan/compat \
qtc_packaging/debian_harmattan/changelog