-
Notifications
You must be signed in to change notification settings - Fork 1
/
RiverRaidProject.pro
68 lines (58 loc) · 1.1 KB
/
RiverRaidProject.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
#-------------------------------------------------
#
# Project created by QtCreator 2017-02-01T00:28:24
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = RiverRaidProject
TEMPLATE = app
QT += multimedia
SOURCES += main.cpp\
AerialEnemy.cpp \
Baloon.cpp \
Bridge.cpp \
Bullet.cpp \
DepotFuel.cpp \
Helicopter.cpp \
Jet.cpp \
Marinenemy.cpp \
Tanker.cpp \
Wall.cpp \
movingObject.cpp \
EnemyObject.cpp \
game.cpp \
Player.cpp \
score.cpp \
physics.cpp \
fuelindicator.cpp \
menu.cpp \
Object.cpp \
explosion.cpp
HEADERS += \
AerialEnemy.h \
Baloon.h \
Bridge.h \
Bullet.h \
DepotFuel.h \
Helicopter.h \
Jet.h \
Marinenemy.h \
Object.h \
Tanker.h \
Wall.h \
movingObject.h \
EnemyObject.h \
game.h \
Player.h \
score.h \
physics.h \
fuelindicator.h \
menu.h \
explosion.h
DISTFILES += \
RiverRaidProject.pro.user
RESOURCES += \
images.qrc \
sounds.qrc
OTHER_FILES +=