-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsofgameplugin.pro
More file actions
39 lines (38 loc) · 838 Bytes
/
sofgameplugin.pro
File metadata and controls
39 lines (38 loc) · 838 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
CONFIG += release
include(../../psiplugin.pri)
HEADERS += sofgameplugin.h \
plugin_core.h \
main_window.h \
common.h \
fight.h \
utils.h \
sender.h \
pers.h \
pers_info.h \
cmdlineedit.h \
settings.h \
avatarframe.h \
pluginhosts.h \
specificenemiesview.h
SOURCES += sofgameplugin.cpp \
plugin_core.cpp \
main_window.cpp \
fight.cpp \
utils.cpp \
sender.cpp \
pers.cpp \
pers_info.cpp \
cmdlineedit.cpp \
settings.cpp \
avatarframe.cpp \
pluginhosts.cpp \
specificenemiesview.cpp
FORMS += main_window.ui
# Resources
RESOURCES += sofgameplugin.qrc
include(aliases/aliases.pri)
include(thingstab/thingstab.pri)
include(thingftab/thingftab.pri)
include(subclasses/subclasses.pri)
include(textparsing/textparsing.pri)
include(maps/maps.pri)