author | nemo |
Sun, 03 May 2009 21:28:15 +0000 | |
changeset 2025 | 692308790912 |
parent 2003 | 41b3d00949ca |
child 2093 | 485e084cedc4 |
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 |
||
2002 | 11 |
macx{ |
2003 | 12 |
CONFIG += x86 ppc |
2002 | 13 |
} |
2003 | 14 |
|
1369 | 15 |
QT += network svg xml |
16 |
||
2003 | 17 |
HEADERS += binds.h \ |
1673 | 18 |
game.h \ |
19 |
hwform.h \ |
|
20 |
sdlkeys.h \ |
|
21 |
team.h \ |
|
22 |
teamselect.h \ |
|
23 |
teamselhelper.h \ |
|
24 |
frameTeam.h \ |
|
25 |
vertScrollArea.h \ |
|
26 |
gameuiconfig.h \ |
|
27 |
ui_hwform.h \ |
|
28 |
gamecfgwidget.h \ |
|
29 |
predefteams.h \ |
|
30 |
pages.h \ |
|
31 |
SquareLabel.h \ |
|
32 |
hedgehogerWidget.h \ |
|
33 |
hwmap.h \ |
|
34 |
mapContainer.h \ |
|
35 |
tcpBase.h \ |
|
36 |
about.h \ |
|
37 |
KB.h \ |
|
38 |
proto.h \ |
|
39 |
fpsedit.h \ |
|
40 |
netserver.h \ |
|
41 |
newnetclient.h \ |
|
42 |
netudpserver.h \ |
|
43 |
netudpwidget.h \ |
|
44 |
netserverslist.h \ |
|
45 |
chatwidget.h \ |
|
46 |
SDLs.h \ |
|
47 |
playrecordpage.h \ |
|
48 |
hwconsts.h \ |
|
49 |
selectWeapon.h \ |
|
50 |
itemNum.h \ |
|
51 |
input_ip.h \ |
|
52 |
igbox.h \ |
|
53 |
weaponItem.h \ |
|
1943 | 54 |
statsPage.h \ |
2003 | 55 |
misc.h \ |
56 |
ammoSchemeModel.h \ |
|
57 |
togglebutton.h \ |
|
58 |
namegen.h \ |
|
59 |
netregister.h \ |
|
60 |
hats.h |
|
1369 | 61 |
|
2003 | 62 |
SOURCES += binds.cpp \ |
1673 | 63 |
game.cpp \ |
64 |
main.cpp \ |
|
65 |
hwform.cpp \ |
|
66 |
team.cpp \ |
|
67 |
teamselect.cpp \ |
|
68 |
teamselhelper.cpp \ |
|
69 |
frameTeam.cpp \ |
|
70 |
vertScrollArea.cpp \ |
|
71 |
gameuiconfig.cpp \ |
|
72 |
ui_hwform.cpp \ |
|
73 |
gamecfgwidget.cpp \ |
|
74 |
pages.cpp \ |
|
75 |
SquareLabel.cpp \ |
|
76 |
hedgehogerWidget.cpp \ |
|
77 |
hwmap.cpp \ |
|
78 |
mapContainer.cpp \ |
|
79 |
tcpBase.cpp \ |
|
80 |
about.cpp \ |
|
81 |
proto.cpp \ |
|
82 |
fpsedit.cpp \ |
|
83 |
netserver.cpp \ |
|
84 |
newnetclient.cpp \ |
|
85 |
netudpserver.cpp \ |
|
86 |
netudpwidget.cpp \ |
|
87 |
netserverslist.cpp \ |
|
88 |
chatwidget.cpp \ |
|
89 |
SDLs.cpp \ |
|
90 |
playrecordpage.cpp \ |
|
91 |
hwconsts.cpp \ |
|
92 |
selectWeapon.cpp \ |
|
93 |
itemNum.cpp \ |
|
94 |
input_ip.cpp \ |
|
95 |
igbox.cpp \ |
|
96 |
weaponItem.cpp \ |
|
1943 | 97 |
statsPage.cpp \ |
2003 | 98 |
misc.cpp \ |
99 |
ammoSchemeModel.cpp \ |
|
100 |
togglebutton.cpp \ |
|
101 |
namegen.cpp \ |
|
102 |
netregister.cpp \ |
|
103 |
hats.cpp |
|
1369 | 104 |
|
105 |
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_bg.ts |
|
106 |
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_de.ts |
|
1422 | 107 |
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_cs.ts |
1674
b6d609815378
Add English translation (needed to support plural forms)
unc0rr
parents:
1673
diff
changeset
|
108 |
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_en.ts |
1484 | 109 |
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_es.ts |
1796 | 110 |
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_fi.ts |
1369 | 111 |
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_fr.ts |
112 |
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_it.ts |
|
1699 | 113 |
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_ja.ts |
1369 | 114 |
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_pl.ts |
115 |
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_pt_BR.ts |
|
116 |
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_ru.ts |
|
117 |
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_sk.ts |
|
1484 | 118 |
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_sv.ts |
1803 | 119 |
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_tr_TR.ts |
1369 | 120 |
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_uk.ts |
1550 | 121 |
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_zh_CN.ts |
1583 | 122 |
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_zh_TW.ts |
1369 | 123 |
|
124 |
RESOURCES += hedgewars.qrc |
|
125 |
||
2002 | 126 |
!macx{ |
2003 | 127 |
LIBS += libSDL |
2002 | 128 |
}else{ |
2003 | 129 |
LIBS += -framework SDL -framework SDL_mixer -framework Ogg -framework Vorbis |
2002 | 130 |
} |