-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMyTouhou.pro
More file actions
47 lines (38 loc) · 778 Bytes
/
MyTouhou.pro
File metadata and controls
47 lines (38 loc) · 778 Bytes
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
#-------------------------------------------------
#
# Project created by QtCreator 2022-05-15T16:27:35
#
#-------------------------------------------------
QT += core gui
QT +=multimedia
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = MyTouhou
TEMPLATE = app
SOURCES += main.cpp\
plane.cpp \
stage.cpp \
movevector.cpp \
bullet.cpp \
enemy.cpp \
fly.cpp \
mainwindow.cpp \
chooseplane.cpp \
choosestage.cpp \
pausewindow.cpp \
endwindow.cpp
HEADERS += \
plane.h \
config.h \
stage.h \
movevector.h \
bullet.h \
enemy.h \
fly.h \
mainwindow.h \
chooseplane.h \
choosestage.h \
pausewindow.h \
endwindow.h
RESOURCES += \
res.qrc
CONFIG +=resources_big