author | unc0rr |
Mon, 26 Jan 2009 21:31:17 +0000 | |
changeset 1769 | 32d4bda17da7 |
parent 1699 | 15ff0435ea50 |
child 1796 | 4bcdf0bf58b8 |
permissions | -rw-r--r-- |
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 \ |
|
1673 | 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 \ |
|
40 |
netserverslist.h \ |
|
41 |
chatwidget.h \ |
|
42 |
SDLs.h \ |
|
43 |
playrecordpage.h \ |
|
44 |
hwconsts.h \ |
|
45 |
selectWeapon.h \ |
|
46 |
itemNum.h \ |
|
47 |
input_ip.h \ |
|
48 |
igbox.h \ |
|
49 |
weaponItem.h \ |
|
50 |
statsPage.h |
|
1369 | 51 |
|
52 |
SOURCES += binds.cpp \ |
|
1673 | 53 |
game.cpp \ |
54 |
main.cpp \ |
|
55 |
hwform.cpp \ |
|
56 |
team.cpp \ |
|
57 |
teamselect.cpp \ |
|
58 |
teamselhelper.cpp \ |
|
59 |
frameTeam.cpp \ |
|
60 |
vertScrollArea.cpp \ |
|
61 |
gameuiconfig.cpp \ |
|
62 |
ui_hwform.cpp \ |
|
63 |
gamecfgwidget.cpp \ |
|
64 |
pages.cpp \ |
|
65 |
SquareLabel.cpp \ |
|
66 |
hedgehogerWidget.cpp \ |
|
67 |
hwmap.cpp \ |
|
68 |
mapContainer.cpp \ |
|
69 |
tcpBase.cpp \ |
|
70 |
about.cpp \ |
|
71 |
proto.cpp \ |
|
72 |
fpsedit.cpp \ |
|
73 |
netserver.cpp \ |
|
74 |
newnetclient.cpp \ |
|
75 |
netudpserver.cpp \ |
|
76 |
netudpwidget.cpp \ |
|
77 |
netserverslist.cpp \ |
|
78 |
chatwidget.cpp \ |
|
79 |
SDLs.cpp \ |
|
80 |
playrecordpage.cpp \ |
|
81 |
hwconsts.cpp \ |
|
82 |
selectWeapon.cpp \ |
|
83 |
itemNum.cpp \ |
|
84 |
input_ip.cpp \ |
|
85 |
igbox.cpp \ |
|
86 |
weaponItem.cpp \ |
|
87 |
statsPage.cpp |
|
1369 | 88 |
|
89 |
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_bg.ts |
|
90 |
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_de.ts |
|
1422 | 91 |
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_cs.ts |
1674
b6d609815378
Add English translation (needed to support plural forms)
unc0rr
parents:
1673
diff
changeset
|
92 |
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_en.ts |
1484 | 93 |
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_es.ts |
1369 | 94 |
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_fr.ts |
95 |
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_it.ts |
|
1699 | 96 |
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_ja.ts |
1369 | 97 |
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_pl.ts |
98 |
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_pt_BR.ts |
|
99 |
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_ru.ts |
|
100 |
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_sk.ts |
|
1484 | 101 |
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_sv.ts |
1369 | 102 |
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_uk.ts |
1550 | 103 |
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_zh_CN.ts |
1583 | 104 |
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_zh_TW.ts |
1369 | 105 |
|
106 |
RESOURCES += hedgewars.qrc |
|
107 |
||
108 |
LIBS += libSDL |