7897
|
1 |
TEMPLATE = app
|
|
2 |
TARGET = hedgewars
|
|
3 |
DEPENDPATH += ../QTfrontend/
|
|
4 |
INCLUDEPATH += ../QTfrontend/
|
|
5 |
INCLUDEPATH += ../QTfrontend/model
|
|
6 |
INCLUDEPATH += ../QTfrontend/ui
|
|
7 |
INCLUDEPATH += ../QTfrontend/ui/widget
|
|
8 |
INCLUDEPATH += ../QTfrontend/ui/page
|
|
9 |
INCLUDEPATH += ../QTfrontend/ui/dialog
|
|
10 |
INCLUDEPATH += ../QTfrontend/net
|
|
11 |
INCLUDEPATH += ../QTfrontend/util
|
|
12 |
INCLUDEPATH += ../misc/quazip/
|
|
13 |
|
|
14 |
DESTDIR = ../bin
|
|
15 |
|
|
16 |
QT += network
|
|
17 |
QT += webkit
|
|
18 |
|
|
19 |
HEADERS += ../QTfrontend/model/ThemeModel.h \
|
|
20 |
../QTfrontend/model/MapModel.h \
|
|
21 |
../QTfrontend/model/ammoSchemeModel.h \
|
|
22 |
../QTfrontend/model/netserverslist.h \
|
|
23 |
../QTfrontend/ui/page/pagedrawmap.h \
|
|
24 |
../QTfrontend/ui/page/pagedata.h \
|
|
25 |
../QTfrontend/ui/page/pagetraining.h \
|
|
26 |
../QTfrontend/ui/page/pageselectweapon.h \
|
|
27 |
../QTfrontend/ui/page/pagesingleplayer.h \
|
|
28 |
../QTfrontend/ui/page/pagenettype.h \
|
|
29 |
../QTfrontend/ui/page/pageingame.h \
|
|
30 |
../QTfrontend/ui/page/pageadmin.h \
|
|
31 |
../QTfrontend/ui/page/pagescheme.h \
|
|
32 |
../QTfrontend/ui/page/pagemultiplayer.h \
|
|
33 |
../QTfrontend/ui/page/pageplayrecord.h \
|
|
34 |
../QTfrontend/ui/page/pagemain.h \
|
|
35 |
../QTfrontend/ui/page/pageoptions.h \
|
|
36 |
../QTfrontend/ui/page/pagenetgame.h \
|
|
37 |
../QTfrontend/ui/page/pageeditteam.h \
|
|
38 |
../QTfrontend/ui/page/pageconnecting.h \
|
|
39 |
../QTfrontend/ui/page/pageroomslist.h \
|
|
40 |
../QTfrontend/ui/page/pagenet.h \
|
|
41 |
../QTfrontend/ui/page/pagecampaign.h \
|
|
42 |
../QTfrontend/ui/page/pageinfo.h \
|
|
43 |
../QTfrontend/ui/page/pagenetserver.h \
|
|
44 |
../QTfrontend/ui/page/pagegamestats.h \
|
|
45 |
../QTfrontend/ui/dialog/input_ip.h \
|
|
46 |
../QTfrontend/ui/qaspectratiolayout.h \
|
|
47 |
../QTfrontend/ui/widget/bgwidget.h \
|
|
48 |
../QTfrontend/ui/widget/fpsedit.h \
|
|
49 |
../QTfrontend/ui/widget/FreqSpinBox.h \
|
|
50 |
../QTfrontend/ui/widget/igbox.h \
|
|
51 |
../QTfrontend/ui/widget/chatwidget.h \
|
|
52 |
../QTfrontend/ui/widget/togglebutton.h \
|
|
53 |
../QTfrontend/ui/widget/SquareLabel.h \
|
|
54 |
../QTfrontend/ui/widget/itemNum.h \
|
|
55 |
../QTfrontend/ui/widget/frameTeam.h \
|
|
56 |
../QTfrontend/ui/widget/teamselect.h \
|
|
57 |
../QTfrontend/ui/widget/vertScrollArea.h \
|
|
58 |
../QTfrontend/ui/widget/about.h \
|
|
59 |
../QTfrontend/ui/widget/teamselhelper.h \
|
|
60 |
../QTfrontend/ui/widget/drawmapwidget.h \
|
|
61 |
../QTfrontend/ui/widget/databrowser.h \
|
|
62 |
../QTfrontend/ui/widget/hedgehogerWidget.h \
|
|
63 |
../QTfrontend/ui/widget/selectWeapon.h \
|
|
64 |
../QTfrontend/ui/widget/weaponItem.h \
|
|
65 |
../QTfrontend/ui/widget/gamecfgwidget.h \
|
|
66 |
../QTfrontend/ui/widget/mapContainer.h \
|
|
67 |
../QTfrontend/ui/widget/HistoryLineEdit.h \
|
|
68 |
../QTfrontend/ui/widget/SmartLineEdit.h \
|
|
69 |
../QTfrontend/util/DataManager.h \
|
|
70 |
../QTfrontend/net/netregister.h \
|
|
71 |
../QTfrontend/net/netserver.h \
|
|
72 |
../QTfrontend/net/netudpwidget.h \
|
|
73 |
../QTfrontend/net/tcpBase.h \
|
|
74 |
../QTfrontend/net/proto.h \
|
|
75 |
../QTfrontend/net/newnetclient.h \
|
|
76 |
../QTfrontend/net/netudpserver.h \
|
|
77 |
../QTfrontend/net/hwmap.h \
|
|
78 |
../QTfrontend/util/namegen.h \
|
|
79 |
../QTfrontend/ui/page/AbstractPage.h \
|
|
80 |
../QTfrontend/drawmapscene.h \
|
|
81 |
../QTfrontend/game.h \
|
|
82 |
../QTfrontend/gameuiconfig.h \
|
|
83 |
../QTfrontend/HWApplication.h \
|
|
84 |
../QTfrontend/hwform.h \
|
|
85 |
../QTfrontend/util/SDLInteraction.h \
|
|
86 |
../QTfrontend/team.h \
|
|
87 |
../QTfrontend/achievements.h \
|
|
88 |
../QTfrontend/binds.h \
|
|
89 |
../QTfrontend/ui_hwform.h \
|
|
90 |
../QTfrontend/KB.h \
|
|
91 |
../QTfrontend/hwconsts.h \
|
|
92 |
../QTfrontend/sdlkeys.h \
|
|
93 |
../QTfrontend/ui/mouseoverfilter.h \
|
|
94 |
../QTfrontend/ui/qpushbuttonwithsound.h \
|
|
95 |
../QTfrontend/ui/widget/qpushbuttonwithsound.h \
|
|
96 |
../QTfrontend/ui/page/pagefeedback.h \
|
|
97 |
../QTfrontend/model/roomslistmodel.h \
|
|
98 |
../QTfrontend/ui/dialog/input_password.h \
|
|
99 |
../QTfrontend/ui/widget/colorwidget.h \
|
|
100 |
../QTfrontend/model/HatModel.h \
|
|
101 |
../QTfrontend/model/GameStyleModel.h \
|
|
102 |
../QTfrontend/ui/page/pagevideos.h \
|
|
103 |
../QTfrontend/net/recorder.h \
|
|
104 |
../QTfrontend/ui/dialog/ask_quit.h \
|
|
105 |
../QTfrontend/ui/dialog/upload_video.h \
|
|
106 |
../QTfrontend/campaign.h \
|
|
107 |
../QTfrontend/model/playerslistmodel.h \
|
|
108 |
../QTfrontend/util/LibavInteraction.h
|
|
109 |
|
|
110 |
SOURCES += ../QTfrontend/model/ammoSchemeModel.cpp \
|
|
111 |
../QTfrontend/model/MapModel.cpp \
|
|
112 |
../QTfrontend/model/ThemeModel.cpp \
|
|
113 |
../QTfrontend/model/netserverslist.cpp \
|
|
114 |
../QTfrontend/ui/qaspectratiolayout.cpp \
|
|
115 |
../QTfrontend/ui/page/pagemain.cpp \
|
|
116 |
../QTfrontend/ui/page/pagetraining.cpp \
|
|
117 |
../QTfrontend/ui/page/pageroomslist.cpp \
|
|
118 |
../QTfrontend/ui/page/pagemultiplayer.cpp \
|
|
119 |
../QTfrontend/ui/page/pagegamestats.cpp \
|
|
120 |
../QTfrontend/ui/page/pagenettype.cpp \
|
|
121 |
../QTfrontend/ui/page/pageeditteam.cpp \
|
|
122 |
../QTfrontend/ui/page/pagenetgame.cpp \
|
|
123 |
../QTfrontend/ui/page/pagedata.cpp \
|
|
124 |
../QTfrontend/ui/page/pagedrawmap.cpp \
|
|
125 |
../QTfrontend/ui/page/pageplayrecord.cpp \
|
|
126 |
../QTfrontend/ui/page/pageselectweapon.cpp \
|
|
127 |
../QTfrontend/ui/page/pageingame.cpp \
|
|
128 |
../QTfrontend/ui/page/pagenetserver.cpp \
|
|
129 |
../QTfrontend/ui/page/pagecampaign.cpp \
|
|
130 |
../QTfrontend/ui/page/pageadmin.cpp \
|
|
131 |
../QTfrontend/ui/page/pageinfo.cpp \
|
|
132 |
../QTfrontend/ui/page/pageconnecting.cpp \
|
|
133 |
../QTfrontend/ui/page/pagesingleplayer.cpp \
|
|
134 |
../QTfrontend/ui/page/pagenet.cpp \
|
|
135 |
../QTfrontend/ui/page/pagescheme.cpp \
|
|
136 |
../QTfrontend/ui/page/pageoptions.cpp \
|
|
137 |
../QTfrontend/ui/dialog/input_ip.cpp \
|
|
138 |
../QTfrontend/ui/widget/igbox.cpp \
|
|
139 |
../QTfrontend/ui/widget/selectWeapon.cpp \
|
|
140 |
../QTfrontend/ui/widget/FreqSpinBox.cpp \
|
|
141 |
../QTfrontend/ui/widget/SquareLabel.cpp \
|
|
142 |
../QTfrontend/ui/widget/frameTeam.cpp \
|
|
143 |
../QTfrontend/ui/widget/fpsedit.cpp \
|
|
144 |
../QTfrontend/ui/widget/databrowser.cpp \
|
|
145 |
../QTfrontend/ui/widget/teamselect.cpp \
|
|
146 |
../QTfrontend/ui/widget/gamecfgwidget.cpp \
|
|
147 |
../QTfrontend/ui/widget/chatwidget.cpp \
|
|
148 |
../QTfrontend/ui/widget/itemNum.cpp \
|
|
149 |
../QTfrontend/ui/widget/bgwidget.cpp \
|
|
150 |
../QTfrontend/ui/widget/about.cpp \
|
|
151 |
../QTfrontend/ui/widget/togglebutton.cpp \
|
|
152 |
../QTfrontend/ui/widget/vertScrollArea.cpp \
|
|
153 |
../QTfrontend/ui/widget/hedgehogerWidget.cpp \
|
|
154 |
../QTfrontend/ui/widget/teamselhelper.cpp \
|
|
155 |
../QTfrontend/ui/widget/drawmapwidget.cpp \
|
|
156 |
../QTfrontend/ui/widget/weaponItem.cpp \
|
|
157 |
../QTfrontend/ui/widget/mapContainer.cpp \
|
|
158 |
../QTfrontend/ui/widget/HistoryLineEdit.cpp \
|
|
159 |
../QTfrontend/ui/widget/SmartLineEdit.cpp \
|
|
160 |
../QTfrontend/util/DataManager.cpp \
|
|
161 |
../QTfrontend/net/tcpBase.cpp \
|
|
162 |
../QTfrontend/net/netregister.cpp \
|
|
163 |
../QTfrontend/net/proto.cpp \
|
|
164 |
../QTfrontend/net/hwmap.cpp \
|
|
165 |
../QTfrontend/net/netudpserver.cpp \
|
|
166 |
../QTfrontend/net/newnetclient.cpp \
|
|
167 |
../QTfrontend/net/netudpwidget.cpp \
|
|
168 |
../QTfrontend/net/netserver.cpp \
|
|
169 |
../QTfrontend/util/namegen.cpp \
|
|
170 |
../QTfrontend/ui/page/AbstractPage.cpp \
|
|
171 |
../QTfrontend/achievements.cpp \
|
|
172 |
../QTfrontend/binds.cpp \
|
|
173 |
../QTfrontend/drawmapscene.cpp \
|
|
174 |
../QTfrontend/game.cpp \
|
|
175 |
../QTfrontend/gameuiconfig.cpp \
|
|
176 |
../QTfrontend/HWApplication.cpp \
|
|
177 |
../QTfrontend/hwform.cpp \
|
|
178 |
../QTfrontend/main.cpp \
|
|
179 |
../QTfrontend/util/SDLInteraction.cpp \
|
|
180 |
../QTfrontend/team.cpp \
|
|
181 |
../QTfrontend/ui_hwform.cpp \
|
|
182 |
../QTfrontend/hwconsts.cpp \
|
|
183 |
../QTfrontend/ui/mouseoverfilter.cpp \
|
|
184 |
../QTfrontend/ui/widget/qpushbuttonwithsound.cpp \
|
|
185 |
../QTfrontend/ui/page/pagefeedback.cpp \
|
|
186 |
../QTfrontend/model/roomslistmodel.cpp \
|
|
187 |
../QTfrontend/ui/dialog/input_password.cpp \
|
|
188 |
../QTfrontend/ui/widget/colorwidget.cpp \
|
|
189 |
../QTfrontend/model/HatModel.cpp \
|
|
190 |
../QTfrontend/model/GameStyleModel.cpp \
|
|
191 |
../QTfrontend/ui/page/pagevideos.cpp \
|
|
192 |
../QTfrontend/net/recorder.cpp \
|
|
193 |
../QTfrontend/ui/dialog/ask_quit.cpp \
|
|
194 |
../QTfrontend/ui/dialog/upload_video.cpp \
|
|
195 |
../QTfrontend/campaign.cpp \
|
|
196 |
../QTfrontend/model/playerslistmodel.cpp \
|
|
197 |
../QTfrontend/util/LibavInteraction.cpp
|
|
198 |
|
|
199 |
|
|
200 |
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_ar.ts \
|
|
201 |
../share/hedgewars/Data/Locale/hedgewars_bg.ts \
|
|
202 |
../share/hedgewars/Data/Locale/hedgewars_cs.ts \
|
|
203 |
../share/hedgewars/Data/Locale/hedgewars_de.ts \
|
|
204 |
../share/hedgewars/Data/Locale/hedgewars_en.ts \
|
|
205 |
../share/hedgewars/Data/Locale/hedgewars_es.ts \
|
|
206 |
../share/hedgewars/Data/Locale/hedgewars_fi.ts \
|
|
207 |
../share/hedgewars/Data/Locale/hedgewars_fr.ts \
|
|
208 |
../share/hedgewars/Data/Locale/hedgewars_hu.ts \
|
|
209 |
../share/hedgewars/Data/Locale/hedgewars_it.ts \
|
|
210 |
../share/hedgewars/Data/Locale/hedgewars_ja.ts \
|
|
211 |
../share/hedgewars/Data/Locale/hedgewars_ko.ts \
|
|
212 |
../share/hedgewars/Data/Locale/hedgewars_lt.ts \
|
|
213 |
../share/hedgewars/Data/Locale/hedgewars_nl.ts \
|
|
214 |
../share/hedgewars/Data/Locale/hedgewars_pl.ts \
|
|
215 |
../share/hedgewars/Data/Locale/hedgewars_pt_BR.ts \
|
|
216 |
../share/hedgewars/Data/Locale/hedgewars_pt_PT.ts \
|
|
217 |
../share/hedgewars/Data/Locale/hedgewars_ru.ts \
|
|
218 |
../share/hedgewars/Data/Locale/hedgewars_sk.ts \
|
|
219 |
../share/hedgewars/Data/Locale/hedgewars_sv.ts \
|
|
220 |
../share/hedgewars/Data/Locale/hedgewars_tr_TR.ts \
|
|
221 |
../share/hedgewars/Data/Locale/hedgewars_uk.ts \
|
|
222 |
../share/hedgewars/Data/Locale/hedgewars_zh_CN.ts \
|
|
223 |
../share/hedgewars/Data/Locale/hedgewars_zh_TW.ts
|
|
224 |
|
|
225 |
RESOURCES += ../QTfrontend/hedgewars.qrc
|
|
226 |
|
|
227 |
LIBS += -L../bin -lquazip
|
|
228 |
|
|
229 |
macx {
|
|
230 |
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.6
|
|
231 |
QMAKE_MAC_SDK=/Developer/SDKs/MacOSX10.6.sdk
|
|
232 |
|
|
233 |
OBJECTIVE_SOURCES += ../QTfrontend/*.m ../QTfrontend/*.mm
|
|
234 |
SOURCES += ../QTfrontend/AutoUpdater.cpp ../QTfrontend/InstallController.cpp \
|
|
235 |
../../build/QTfrontend/hwconsts.cpp
|
|
236 |
HEADERS += ../QTfrontend/M3InstallController.h ../QTfrontend/M3Panel.h \
|
|
237 |
../QTfrontend/NSWorkspace_RBAdditions.h ../QTfrontend/AutoUpdater.h \
|
|
238 |
../QTfrontend/CocoaInitializer.h ../QTfrontend/InstallController.h \
|
|
239 |
../QTfrontend/SparkleAutoUpdater.h
|
|
240 |
|
|
241 |
LIBS += -lobjc -framework AppKit -framework IOKit -framework Foundation -framework SDL -framework SDL_Mixer -framework Sparkle -DSPARKLE_ENABLED
|
|
242 |
INCLUDEPATH += /Library/Frameworks/SDL.framework/Headers /Library/Frameworks/SDL_Mixer.framework/Headers
|
|
243 |
CONFIG += warn_on x86
|
|
244 |
#CONFIG += x86 ppc x86_64 ppc64
|
|
245 |
}
|
|
246 |
|
|
247 |
win32 {
|
|
248 |
RC_FILE = ../QTfrontend/hedgewars.rc
|
|
249 |
SOURCES += ../QTfrontend/xfire.cpp
|
|
250 |
INCLUDEPATH += ../misc/winutils/include
|
|
251 |
LIBS += -L../misc/winutils/lib
|
|
252 |
}
|
|
253 |
|
|
254 |
!macx {
|
|
255 |
LIBS += -lSDL -lSDL_mixer
|
|
256 |
!win32 {
|
|
257 |
INCLUDEPATH += /usr/local/include/SDL /usr/include/SDL
|
|
258 |
}
|
|
259 |
}
|
|
260 |
|
|
261 |
FORMS +=
|