1369
|
1 |
TEMPLATE = app
|
|
2 |
TARGET = hedgewars
|
|
3 |
DEPENDPATH += .
|
|
4 |
INCLUDEPATH += .
|
|
5 |
DESTDIR = ../bin
|
|
6 |
|
|
7 |
win32 {
|
|
8 |
RC_FILE = ./res/hedgewars.rc
|
|
9 |
}
|
|
10 |
|
|
11 |
QT += network svg xml
|
|
12 |
|
|
13 |
HEADERS += binds.h \
|
|
14 |
game.h \
|
|
15 |
hwform.h \
|
|
16 |
sdlkeys.h \
|
|
17 |
team.h \
|
|
18 |
teamselect.h \
|
|
19 |
teamselhelper.h \
|
|
20 |
frameTeam.h \
|
|
21 |
vertScrollArea.h \
|
|
22 |
gameuiconfig.h \
|
|
23 |
ui_hwform.h \
|
|
24 |
gamecfgwidget.h \
|
|
25 |
predefteams.h \
|
|
26 |
pages.h \
|
|
27 |
SquareLabel.h \
|
|
28 |
hedgehogerWidget.h \
|
|
29 |
hwmap.h \
|
|
30 |
mapContainer.h \
|
|
31 |
tcpBase.h \
|
|
32 |
about.h \
|
|
33 |
KB.h \
|
|
34 |
proto.h \
|
|
35 |
fpsedit.h \
|
|
36 |
netserver.h \
|
|
37 |
newnetclient.h \
|
|
38 |
netudpserver.h \
|
|
39 |
netudpwidget.h \
|
1374
|
40 |
netserverslist.h \
|
1369
|
41 |
chatwidget.h \
|
|
42 |
SDLs.h \
|
|
43 |
playrecordpage.h \
|
|
44 |
hwconsts.h \
|
|
45 |
selectWeapon.h \
|
|
46 |
itemNum.h \
|
|
47 |
input_ip.h
|
|
48 |
|
|
49 |
SOURCES += binds.cpp \
|
|
50 |
game.cpp \
|
|
51 |
main.cpp \
|
|
52 |
hwform.cpp \
|
|
53 |
team.cpp \
|
|
54 |
teamselect.cpp \
|
|
55 |
teamselhelper.cpp \
|
|
56 |
frameTeam.cpp \
|
|
57 |
vertScrollArea.cpp \
|
|
58 |
gameuiconfig.cpp \
|
|
59 |
ui_hwform.cpp \
|
|
60 |
gamecfgwidget.cpp \
|
|
61 |
pages.cpp \
|
|
62 |
SquareLabel.cpp \
|
|
63 |
hedgehogerWidget.cpp \
|
|
64 |
hwmap.cpp \
|
|
65 |
mapContainer.cpp \
|
|
66 |
tcpBase.cpp \
|
|
67 |
about.cpp \
|
|
68 |
proto.cpp \
|
|
69 |
fpsedit.cpp \
|
|
70 |
netserver.cpp \
|
|
71 |
newnetclient.cpp \
|
|
72 |
netudpserver.cpp \
|
|
73 |
netudpwidget.cpp \
|
1374
|
74 |
netserverslist.cpp \
|
1369
|
75 |
chatwidget.cpp \
|
|
76 |
SDLs.cpp \
|
|
77 |
playrecordpage.cpp \
|
|
78 |
hwconsts.cpp \
|
|
79 |
selectWeapon.cpp \
|
|
80 |
itemNum.cpp \
|
|
81 |
input_ip.cpp
|
|
82 |
|
|
83 |
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_bg.ts
|
|
84 |
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_de.ts
|
1422
|
85 |
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_cs.ts
|
1369
|
86 |
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_fr.ts
|
|
87 |
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_it.ts
|
|
88 |
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_pl.ts
|
|
89 |
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_pt_BR.ts
|
|
90 |
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_ru.ts
|
|
91 |
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_sk.ts
|
|
92 |
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_uk.ts
|
|
93 |
|
|
94 |
RESOURCES += hedgewars.qrc
|
|
95 |
|
|
96 |
LIBS += libSDL
|