-
Notifications
You must be signed in to change notification settings - Fork 21
/
harbour-aircraftwar.pro
executable file
·51 lines (43 loc) · 1.2 KB
/
harbour-aircraftwar.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
TARGET = harbour-aircraftwar
QT += network webkit quick
VERSION = 2.1.0
DEFINES += Q_OS_SAILFISH
HEADERS += \
src/bullet.h \
src/enemy.h \
src/myplanes.h \
src/mythread.h \
src/prop.h \
src/settings.h \
src/windowplanes.h \
src/utility.h \
src/mynetworkaccessmanagerfactory.h \
src/myimage.h \
src/myhttprequest.h
# The .cpp file which was generated for your project. Feel free to hack it.
SOURCES += main.cpp \
src/bullet.cpp \
src/enemy.cpp \
src/myplanes.cpp \
src/mythread.cpp \
src/prop.cpp \
src/settings.cpp \
src/windowplanes.cpp \
src/utility.cpp \
src/mynetworkaccessmanagerfactory.cpp \
src/myimage.cpp \
src/myhttprequest.cpp
CONFIG += sailfishapp
RESOURCES += qml_sailfish.qrc planes.qrc
OTHER_FILES += \
rpm/harbour-aircraftwar.changes.in \
rpm/harbour-aircraftwar.spec \
rpm/harbour-aircraftwar.yaml \
translations/*.ts \
harbour-aircraftwar.desktop \
i18n/comment.css \
data.files += fzmw.ttf
data.files += ./sound/*.wav
data.path = /usr/share/$${TARGET}/data
INSTALLS += data
include (src/cryptolib/cryptolib.pri)