author | szczur |
Sun, 28 Oct 2012 00:16:59 +0200 | |
changeset 7846 | 77a6abce92b5 |
parent 7799 | a88a02c19a5b |
child 7897 | 5e7c0810f365 |
permissions | -rw-r--r-- |
2522 | 1 |
TEMPLATE = app |
2 |
TARGET = hedgewars |
|
3 |
DEPENDPATH += ../QTfrontend/ |
|
4 |
INCLUDEPATH += ../QTfrontend/ |
|
6071 | 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 |
|
5754 | 12 |
INCLUDEPATH += ../misc/quazip/ |
4878 | 13 |
|
7799
a88a02c19a5b
tweaks to win build script, hedgewars.pro now supports win32 target
koda
parents:
7769
diff
changeset
|
14 |
DESTDIR = ../bin |
2522 | 15 |
|
2525 | 16 |
QT += network |
5268
eedc0f8ed38b
Small stub web view that I'm hoping to use in conjunction with ~/.hedgewars/Data - I'd like to link to a page on hedgewars.org, intercept linkClicked, fetch zip files, then unpack the structure under Data. Just checking this in so it doesn't clutter up project. Also tidied up the .pro a bit, even though we aren't really using it for much anymore. Should in theory be able to do a build now.
nemo
parents:
5094
diff
changeset
|
17 |
QT += webkit |
2522 | 18 |
|
6937
7f77fa908a4e
messing with the theme model a bit (gets now auto-updated after DLC download too)
sheepluva
parents:
6930
diff
changeset
|
19 |
HEADERS += ../QTfrontend/model/ThemeModel.h \ |
6938
217ed62e872c
MapModel, various cleanups. TODO/FIXME: QComboBox separator not working with custom models
sheepluva
parents:
6937
diff
changeset
|
20 |
../QTfrontend/model/MapModel.h \ |
6063 | 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 \ |
|
6157 | 66 |
../QTfrontend/ui/widget/mapContainer.h \ |
6237
a66029015c18
whoopsy, my bad (segfault due to accepting empty lines)
sheepluva
parents:
6223
diff
changeset
|
67 |
../QTfrontend/ui/widget/HistoryLineEdit.h \ |
6147
b4d7d8d62feb
feature-pimpin'-up the chat input line in frontend:
sheepluva
parents:
6071
diff
changeset
|
68 |
../QTfrontend/ui/widget/SmartLineEdit.h \ |
6930 | 69 |
../QTfrontend/util/DataManager.h \ |
6063 | 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 \ |
|
6175 | 79 |
../QTfrontend/ui/page/AbstractPage.h \ |
6064 | 80 |
../QTfrontend/drawmapscene.h \ |
81 |
../QTfrontend/game.h \ |
|
82 |
../QTfrontend/gameuiconfig.h \ |
|
83 |
../QTfrontend/HWApplication.h \ |
|
84 |
../QTfrontend/hwform.h \ |
|
6165
6fe3e922246e
moving and renaming SDLs.*, making it a singleton; cleaning up class responsibilties wrt SDLInteraction; some comments
sheepluva
parents:
6159
diff
changeset
|
85 |
../QTfrontend/util/SDLInteraction.h \ |
6064 | 86 |
../QTfrontend/team.h \ |
87 |
../QTfrontend/achievements.h \ |
|
88 |
../QTfrontend/binds.h \ |
|
89 |
../QTfrontend/ui_hwform.h \ |
|
6575
b92d7c144038
hedgewars.pro formatting and removal of the last pageoptions hr
koda
parents:
6574
diff
changeset
|
90 |
../QTfrontend/KB.h \ |
6064 | 91 |
../QTfrontend/hwconsts.h \ |
6477 | 92 |
../QTfrontend/sdlkeys.h \ |
6572 | 93 |
../QTfrontend/ui/mouseoverfilter.h \ |
94 |
../QTfrontend/ui/qpushbuttonwithsound.h \ |
|
6574 | 95 |
../QTfrontend/ui/widget/qpushbuttonwithsound.h \ |
6732
c906dc78091f
Start switching to rooms list model. To be continued.
unc0rr
parents:
6677
diff
changeset
|
96 |
../QTfrontend/ui/page/pagefeedback.h \ |
6910
ea058558c68b
add a checkbox for the password field prompt (issue 316)
Stepan777
parents:
6732
diff
changeset
|
97 |
../QTfrontend/model/roomslistmodel.h \ |
7130 | 98 |
../QTfrontend/ui/dialog/input_password.h \ |
99 |
../QTfrontend/ui/widget/colorwidget.h \ |
|
100 |
../QTfrontend/model/HatModel.h \ |
|
7180 | 101 |
../QTfrontend/model/GameStyleModel.h \ |
7235
baa69bd025d9
1. Implement new page in frontend with options for video recording.
Stepan777 <stepik-777@mail.ru>
parents:
7180
diff
changeset
|
102 |
../QTfrontend/util/libav_iteraction.h \ |
baa69bd025d9
1. Implement new page in frontend with options for video recording.
Stepan777 <stepik-777@mail.ru>
parents:
7180
diff
changeset
|
103 |
../QTfrontend/ui/page/pagevideos.h \ |
7353
0e55228e1303
When there are videos that are being encoded and user tries to quit display dialog with warning.
Stepan777 <stepik-777@mail.ru>
parents:
7235
diff
changeset
|
104 |
../QTfrontend/net/recorder.h \ |
7447
01111960a48d
uploading to youtube, it works, but user interface is still incomplete
Stepan777 <stepik-777@mail.ru>
parents:
7353
diff
changeset
|
105 |
../QTfrontend/ui/dialog/ask_quit.h \ |
7639 | 106 |
../QTfrontend/ui/dialog/upload_video.h \ |
7723 | 107 |
../QTfrontend/campaign.h \ |
108 |
../QTfrontend/model/playerslistmodel.h |
|
2543 | 109 |
|
6063 | 110 |
SOURCES += ../QTfrontend/model/ammoSchemeModel.cpp \ |
6938
217ed62e872c
MapModel, various cleanups. TODO/FIXME: QComboBox separator not working with custom models
sheepluva
parents:
6937
diff
changeset
|
111 |
../QTfrontend/model/MapModel.cpp \ |
6937
7f77fa908a4e
messing with the theme model a bit (gets now auto-updated after DLC download too)
sheepluva
parents:
6930
diff
changeset
|
112 |
../QTfrontend/model/ThemeModel.cpp \ |
6063 | 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 \ |
|
6157 | 157 |
../QTfrontend/ui/widget/mapContainer.cpp \ |
6151
9fd5b70acb1a
give the room name edit box a history of previous room. however I hate that box from the bottom of my heart, it shall dieeeee... later...
sheepluva
parents:
6147
diff
changeset
|
158 |
../QTfrontend/ui/widget/HistoryLineEdit.cpp \ |
6147
b4d7d8d62feb
feature-pimpin'-up the chat input line in frontend:
sheepluva
parents:
6071
diff
changeset
|
159 |
../QTfrontend/ui/widget/SmartLineEdit.cpp \ |
6930 | 160 |
../QTfrontend/util/DataManager.cpp \ |
6063 | 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 \ |
|
6175 | 170 |
../QTfrontend/ui/page/AbstractPage.cpp \ |
6063 | 171 |
../QTfrontend/achievements.cpp \ |
172 |
../QTfrontend/binds.cpp \ |
|
4878 | 173 |
../QTfrontend/drawmapscene.cpp \ |
6063 | 174 |
../QTfrontend/game.cpp \ |
175 |
../QTfrontend/gameuiconfig.cpp \ |
|
5289
9d18b61bd3eb
- Implement ThemesModel (load theme icons once, store in memory, don't reload from disk every time selection changes)
unc0rr
parents:
5268
diff
changeset
|
176 |
../QTfrontend/HWApplication.cpp \ |
6063 | 177 |
../QTfrontend/hwform.cpp \ |
178 |
../QTfrontend/main.cpp \ |
|
6237
a66029015c18
whoopsy, my bad (segfault due to accepting empty lines)
sheepluva
parents:
6223
diff
changeset
|
179 |
../QTfrontend/util/SDLInteraction.cpp \ |
6063 | 180 |
../QTfrontend/team.cpp \ |
181 |
../QTfrontend/ui_hwform.cpp \ |
|
6477 | 182 |
../QTfrontend/hwconsts.cpp \ |
6572 | 183 |
../QTfrontend/ui/mouseoverfilter.cpp \ |
6574 | 184 |
../QTfrontend/ui/widget/qpushbuttonwithsound.cpp \ |
6732
c906dc78091f
Start switching to rooms list model. To be continued.
unc0rr
parents:
6677
diff
changeset
|
185 |
../QTfrontend/ui/page/pagefeedback.cpp \ |
6910
ea058558c68b
add a checkbox for the password field prompt (issue 316)
Stepan777
parents:
6732
diff
changeset
|
186 |
../QTfrontend/model/roomslistmodel.cpp \ |
7130 | 187 |
../QTfrontend/ui/dialog/input_password.cpp \ |
188 |
../QTfrontend/ui/widget/colorwidget.cpp \ |
|
189 |
../QTfrontend/model/HatModel.cpp \ |
|
7180 | 190 |
../QTfrontend/model/GameStyleModel.cpp \ |
7235
baa69bd025d9
1. Implement new page in frontend with options for video recording.
Stepan777 <stepik-777@mail.ru>
parents:
7180
diff
changeset
|
191 |
../QTfrontend/util/libav_iteraction.cpp \ |
baa69bd025d9
1. Implement new page in frontend with options for video recording.
Stepan777 <stepik-777@mail.ru>
parents:
7180
diff
changeset
|
192 |
../QTfrontend/ui/page/pagevideos.cpp \ |
7353
0e55228e1303
When there are videos that are being encoded and user tries to quit display dialog with warning.
Stepan777 <stepik-777@mail.ru>
parents:
7235
diff
changeset
|
193 |
../QTfrontend/net/recorder.cpp \ |
7447
01111960a48d
uploading to youtube, it works, but user interface is still incomplete
Stepan777 <stepik-777@mail.ru>
parents:
7353
diff
changeset
|
194 |
../QTfrontend/ui/dialog/ask_quit.cpp \ |
7639 | 195 |
../QTfrontend/ui/dialog/upload_video.cpp \ |
7723 | 196 |
../QTfrontend/campaign.cpp \ |
197 |
../QTfrontend/model/playerslistmodel.cpp |
|
7639 | 198 |
|
2822 | 199 |
|
7799
a88a02c19a5b
tweaks to win build script, hedgewars.pro now supports win32 target
koda
parents:
7769
diff
changeset
|
200 |
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_ar.ts \ |
a88a02c19a5b
tweaks to win build script, hedgewars.pro now supports win32 target
koda
parents:
7769
diff
changeset
|
201 |
../share/hedgewars/Data/Locale/hedgewars_bg.ts \ |
a88a02c19a5b
tweaks to win build script, hedgewars.pro now supports win32 target
koda
parents:
7769
diff
changeset
|
202 |
../share/hedgewars/Data/Locale/hedgewars_cs.ts \ |
a88a02c19a5b
tweaks to win build script, hedgewars.pro now supports win32 target
koda
parents:
7769
diff
changeset
|
203 |
../share/hedgewars/Data/Locale/hedgewars_de.ts \ |
a88a02c19a5b
tweaks to win build script, hedgewars.pro now supports win32 target
koda
parents:
7769
diff
changeset
|
204 |
../share/hedgewars/Data/Locale/hedgewars_en.ts \ |
a88a02c19a5b
tweaks to win build script, hedgewars.pro now supports win32 target
koda
parents:
7769
diff
changeset
|
205 |
../share/hedgewars/Data/Locale/hedgewars_es.ts \ |
a88a02c19a5b
tweaks to win build script, hedgewars.pro now supports win32 target
koda
parents:
7769
diff
changeset
|
206 |
../share/hedgewars/Data/Locale/hedgewars_fi.ts \ |
a88a02c19a5b
tweaks to win build script, hedgewars.pro now supports win32 target
koda
parents:
7769
diff
changeset
|
207 |
../share/hedgewars/Data/Locale/hedgewars_fr.ts \ |
a88a02c19a5b
tweaks to win build script, hedgewars.pro now supports win32 target
koda
parents:
7769
diff
changeset
|
208 |
../share/hedgewars/Data/Locale/hedgewars_hu.ts \ |
a88a02c19a5b
tweaks to win build script, hedgewars.pro now supports win32 target
koda
parents:
7769
diff
changeset
|
209 |
../share/hedgewars/Data/Locale/hedgewars_it.ts \ |
a88a02c19a5b
tweaks to win build script, hedgewars.pro now supports win32 target
koda
parents:
7769
diff
changeset
|
210 |
../share/hedgewars/Data/Locale/hedgewars_ja.ts \ |
a88a02c19a5b
tweaks to win build script, hedgewars.pro now supports win32 target
koda
parents:
7769
diff
changeset
|
211 |
../share/hedgewars/Data/Locale/hedgewars_ko.ts \ |
a88a02c19a5b
tweaks to win build script, hedgewars.pro now supports win32 target
koda
parents:
7769
diff
changeset
|
212 |
../share/hedgewars/Data/Locale/hedgewars_lt.ts \ |
a88a02c19a5b
tweaks to win build script, hedgewars.pro now supports win32 target
koda
parents:
7769
diff
changeset
|
213 |
../share/hedgewars/Data/Locale/hedgewars_nl.ts \ |
a88a02c19a5b
tweaks to win build script, hedgewars.pro now supports win32 target
koda
parents:
7769
diff
changeset
|
214 |
../share/hedgewars/Data/Locale/hedgewars_pl.ts \ |
a88a02c19a5b
tweaks to win build script, hedgewars.pro now supports win32 target
koda
parents:
7769
diff
changeset
|
215 |
../share/hedgewars/Data/Locale/hedgewars_pt_BR.ts \ |
a88a02c19a5b
tweaks to win build script, hedgewars.pro now supports win32 target
koda
parents:
7769
diff
changeset
|
216 |
../share/hedgewars/Data/Locale/hedgewars_pt_PT.ts \ |
a88a02c19a5b
tweaks to win build script, hedgewars.pro now supports win32 target
koda
parents:
7769
diff
changeset
|
217 |
../share/hedgewars/Data/Locale/hedgewars_ru.ts \ |
a88a02c19a5b
tweaks to win build script, hedgewars.pro now supports win32 target
koda
parents:
7769
diff
changeset
|
218 |
../share/hedgewars/Data/Locale/hedgewars_sk.ts \ |
a88a02c19a5b
tweaks to win build script, hedgewars.pro now supports win32 target
koda
parents:
7769
diff
changeset
|
219 |
../share/hedgewars/Data/Locale/hedgewars_sv.ts \ |
a88a02c19a5b
tweaks to win build script, hedgewars.pro now supports win32 target
koda
parents:
7769
diff
changeset
|
220 |
../share/hedgewars/Data/Locale/hedgewars_tr_TR.ts \ |
a88a02c19a5b
tweaks to win build script, hedgewars.pro now supports win32 target
koda
parents:
7769
diff
changeset
|
221 |
../share/hedgewars/Data/Locale/hedgewars_uk.ts \ |
a88a02c19a5b
tweaks to win build script, hedgewars.pro now supports win32 target
koda
parents:
7769
diff
changeset
|
222 |
../share/hedgewars/Data/Locale/hedgewars_zh_CN.ts \ |
a88a02c19a5b
tweaks to win build script, hedgewars.pro now supports win32 target
koda
parents:
7769
diff
changeset
|
223 |
../share/hedgewars/Data/Locale/hedgewars_zh_TW.ts |
2543 | 224 |
|
2522 | 225 |
RESOURCES += ../QTfrontend/hedgewars.qrc |
226 |
||
7769 | 227 |
LIBS += -L../bin -lquazip |
5754 | 228 |
|
7799
a88a02c19a5b
tweaks to win build script, hedgewars.pro now supports win32 target
koda
parents:
7769
diff
changeset
|
229 |
macx { |
6575
b92d7c144038
hedgewars.pro formatting and removal of the last pageoptions hr
koda
parents:
6574
diff
changeset
|
230 |
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.6 |
b92d7c144038
hedgewars.pro formatting and removal of the last pageoptions hr
koda
parents:
6574
diff
changeset
|
231 |
QMAKE_MAC_SDK=/Developer/SDKs/MacOSX10.6.sdk |
2522 | 232 |
|
6575
b92d7c144038
hedgewars.pro formatting and removal of the last pageoptions hr
koda
parents:
6574
diff
changeset
|
233 |
OBJECTIVE_SOURCES += ../QTfrontend/*.m ../QTfrontend/*.mm |
b92d7c144038
hedgewars.pro formatting and removal of the last pageoptions hr
koda
parents:
6574
diff
changeset
|
234 |
SOURCES += ../QTfrontend/AutoUpdater.cpp ../QTfrontend/InstallController.cpp \ |
b92d7c144038
hedgewars.pro formatting and removal of the last pageoptions hr
koda
parents:
6574
diff
changeset
|
235 |
../../build/QTfrontend/hwconsts.cpp |
b92d7c144038
hedgewars.pro formatting and removal of the last pageoptions hr
koda
parents:
6574
diff
changeset
|
236 |
HEADERS += ../QTfrontend/M3InstallController.h ../QTfrontend/M3Panel.h \ |
b92d7c144038
hedgewars.pro formatting and removal of the last pageoptions hr
koda
parents:
6574
diff
changeset
|
237 |
../QTfrontend/NSWorkspace_RBAdditions.h ../QTfrontend/AutoUpdater.h \ |
b92d7c144038
hedgewars.pro formatting and removal of the last pageoptions hr
koda
parents:
6574
diff
changeset
|
238 |
../QTfrontend/CocoaInitializer.h ../QTfrontend/InstallController.h \ |
b92d7c144038
hedgewars.pro formatting and removal of the last pageoptions hr
koda
parents:
6574
diff
changeset
|
239 |
../QTfrontend/SparkleAutoUpdater.h |
b92d7c144038
hedgewars.pro formatting and removal of the last pageoptions hr
koda
parents:
6574
diff
changeset
|
240 |
|
b92d7c144038
hedgewars.pro formatting and removal of the last pageoptions hr
koda
parents:
6574
diff
changeset
|
241 |
LIBS += -lobjc -framework AppKit -framework IOKit -framework Foundation -framework SDL -framework SDL_Mixer -framework Sparkle -DSPARKLE_ENABLED |
b92d7c144038
hedgewars.pro formatting and removal of the last pageoptions hr
koda
parents:
6574
diff
changeset
|
242 |
INCLUDEPATH += /Library/Frameworks/SDL.framework/Headers /Library/Frameworks/SDL_Mixer.framework/Headers |
b92d7c144038
hedgewars.pro formatting and removal of the last pageoptions hr
koda
parents:
6574
diff
changeset
|
243 |
CONFIG += warn_on x86 |
b92d7c144038
hedgewars.pro formatting and removal of the last pageoptions hr
koda
parents:
6574
diff
changeset
|
244 |
#CONFIG += x86 ppc x86_64 ppc64 |
2522 | 245 |
} |
7130 | 246 |
|
7799
a88a02c19a5b
tweaks to win build script, hedgewars.pro now supports win32 target
koda
parents:
7769
diff
changeset
|
247 |
win32 { |
a88a02c19a5b
tweaks to win build script, hedgewars.pro now supports win32 target
koda
parents:
7769
diff
changeset
|
248 |
RC_FILE = ../QTfrontend/hedgewars.rc |
a88a02c19a5b
tweaks to win build script, hedgewars.pro now supports win32 target
koda
parents:
7769
diff
changeset
|
249 |
SOURCES += ../QTfrontend/xfire.cpp |
a88a02c19a5b
tweaks to win build script, hedgewars.pro now supports win32 target
koda
parents:
7769
diff
changeset
|
250 |
INCLUDEPATH += ../misc/winutils/include |
a88a02c19a5b
tweaks to win build script, hedgewars.pro now supports win32 target
koda
parents:
7769
diff
changeset
|
251 |
LIBS += -L../misc/winutils/lib |
a88a02c19a5b
tweaks to win build script, hedgewars.pro now supports win32 target
koda
parents:
7769
diff
changeset
|
252 |
} |
a88a02c19a5b
tweaks to win build script, hedgewars.pro now supports win32 target
koda
parents:
7769
diff
changeset
|
253 |
|
a88a02c19a5b
tweaks to win build script, hedgewars.pro now supports win32 target
koda
parents:
7769
diff
changeset
|
254 |
!macx { |
a88a02c19a5b
tweaks to win build script, hedgewars.pro now supports win32 target
koda
parents:
7769
diff
changeset
|
255 |
LIBS += -lSDL -lSDL_mixer |
a88a02c19a5b
tweaks to win build script, hedgewars.pro now supports win32 target
koda
parents:
7769
diff
changeset
|
256 |
!win32 { |
a88a02c19a5b
tweaks to win build script, hedgewars.pro now supports win32 target
koda
parents:
7769
diff
changeset
|
257 |
INCLUDEPATH += /usr/local/include/SDL /usr/include/SDL |
a88a02c19a5b
tweaks to win build script, hedgewars.pro now supports win32 target
koda
parents:
7769
diff
changeset
|
258 |
} |
a88a02c19a5b
tweaks to win build script, hedgewars.pro now supports win32 target
koda
parents:
7769
diff
changeset
|
259 |
} |
a88a02c19a5b
tweaks to win build script, hedgewars.pro now supports win32 target
koda
parents:
7769
diff
changeset
|
260 |
|
7130 | 261 |
FORMS += |