-
Notifications
You must be signed in to change notification settings - Fork 0
/
game_project.pro
46 lines (39 loc) · 935 Bytes
/
game_project.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
QT += core gui sql multimedia
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = game_project
# The following define makes your compiler emit warnings if you use
# any feature of Qt which has been marked as deprecated (the exact warnings
# depend on your compiler). Please consult the documentation of the
# deprecated API in order to know how to port your code away from it.
DEFINES += QT_DEPRECATED_WARNINGS
SOURCES += main.cpp\
mainwindow.cpp \
cheat.cpp \
database.cpp \
player.cpp \
view.cpp \
database.cpp \
player.cpp \
view.cpp \
mainwindow.cpp \
cheat.cpp
HEADERS += mainwindow.h \
cheat.h \
database.h \
player.h \
monster.h \
role.h \
tools.h \
keys.h \
view.h \
mainwindow.h \
view.h \
role.h \
cheat.h \
phone.h \
shop_item.h \
tool.h \
player.h \
character.h
RESOURCES += \
application.qrc