equal
deleted
inserted
replaced
9 } |
9 } |
10 |
10 |
11 QT += network svg xml |
11 QT += network svg xml |
12 |
12 |
13 HEADERS += binds.h \ |
13 HEADERS += binds.h \ |
14 game.h \ |
14 game.h \ |
15 hwform.h \ |
15 hwform.h \ |
16 sdlkeys.h \ |
16 sdlkeys.h \ |
17 team.h \ |
17 team.h \ |
18 teamselect.h \ |
18 teamselect.h \ |
19 teamselhelper.h \ |
19 teamselhelper.h \ |
20 frameTeam.h \ |
20 frameTeam.h \ |
21 vertScrollArea.h \ |
21 vertScrollArea.h \ |
22 gameuiconfig.h \ |
22 gameuiconfig.h \ |
23 ui_hwform.h \ |
23 ui_hwform.h \ |
24 gamecfgwidget.h \ |
24 gamecfgwidget.h \ |
25 predefteams.h \ |
25 predefteams.h \ |
26 pages.h \ |
26 pages.h \ |
27 SquareLabel.h \ |
27 SquareLabel.h \ |
28 hedgehogerWidget.h \ |
28 hedgehogerWidget.h \ |
29 hwmap.h \ |
29 hwmap.h \ |
30 mapContainer.h \ |
30 mapContainer.h \ |
31 tcpBase.h \ |
31 tcpBase.h \ |
32 about.h \ |
32 about.h \ |
33 KB.h \ |
33 KB.h \ |
34 proto.h \ |
34 proto.h \ |
35 fpsedit.h \ |
35 fpsedit.h \ |
36 netserver.h \ |
36 netserver.h \ |
37 newnetclient.h \ |
37 newnetclient.h \ |
38 netudpserver.h \ |
38 netudpserver.h \ |
39 netudpwidget.h \ |
39 netudpwidget.h \ |
40 netserverslist.h \ |
40 netserverslist.h \ |
41 chatwidget.h \ |
41 chatwidget.h \ |
42 SDLs.h \ |
42 SDLs.h \ |
43 playrecordpage.h \ |
43 playrecordpage.h \ |
44 hwconsts.h \ |
44 hwconsts.h \ |
45 selectWeapon.h \ |
45 selectWeapon.h \ |
46 itemNum.h \ |
46 itemNum.h \ |
47 input_ip.h |
47 input_ip.h \ |
|
48 igbox.h \ |
|
49 weaponItem.h \ |
|
50 statsPage.h |
48 |
51 |
49 SOURCES += binds.cpp \ |
52 SOURCES += binds.cpp \ |
50 game.cpp \ |
53 game.cpp \ |
51 main.cpp \ |
54 main.cpp \ |
52 hwform.cpp \ |
55 hwform.cpp \ |
53 team.cpp \ |
56 team.cpp \ |
54 teamselect.cpp \ |
57 teamselect.cpp \ |
55 teamselhelper.cpp \ |
58 teamselhelper.cpp \ |
56 frameTeam.cpp \ |
59 frameTeam.cpp \ |
57 vertScrollArea.cpp \ |
60 vertScrollArea.cpp \ |
58 gameuiconfig.cpp \ |
61 gameuiconfig.cpp \ |
59 ui_hwform.cpp \ |
62 ui_hwform.cpp \ |
60 gamecfgwidget.cpp \ |
63 gamecfgwidget.cpp \ |
61 pages.cpp \ |
64 pages.cpp \ |
62 SquareLabel.cpp \ |
65 SquareLabel.cpp \ |
63 hedgehogerWidget.cpp \ |
66 hedgehogerWidget.cpp \ |
64 hwmap.cpp \ |
67 hwmap.cpp \ |
65 mapContainer.cpp \ |
68 mapContainer.cpp \ |
66 tcpBase.cpp \ |
69 tcpBase.cpp \ |
67 about.cpp \ |
70 about.cpp \ |
68 proto.cpp \ |
71 proto.cpp \ |
69 fpsedit.cpp \ |
72 fpsedit.cpp \ |
70 netserver.cpp \ |
73 netserver.cpp \ |
71 newnetclient.cpp \ |
74 newnetclient.cpp \ |
72 netudpserver.cpp \ |
75 netudpserver.cpp \ |
73 netudpwidget.cpp \ |
76 netudpwidget.cpp \ |
74 netserverslist.cpp \ |
77 netserverslist.cpp \ |
75 chatwidget.cpp \ |
78 chatwidget.cpp \ |
76 SDLs.cpp \ |
79 SDLs.cpp \ |
77 playrecordpage.cpp \ |
80 playrecordpage.cpp \ |
78 hwconsts.cpp \ |
81 hwconsts.cpp \ |
79 selectWeapon.cpp \ |
82 selectWeapon.cpp \ |
80 itemNum.cpp \ |
83 itemNum.cpp \ |
81 input_ip.cpp |
84 input_ip.cpp \ |
|
85 igbox.cpp \ |
|
86 weaponItem.cpp \ |
|
87 statsPage.cpp |
82 |
88 |
83 TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_bg.ts |
89 TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_bg.ts |
84 TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_de.ts |
90 TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_de.ts |
85 TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_cs.ts |
91 TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_cs.ts |
86 TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_es.ts |
92 TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_es.ts |