7 INCLUDEPATH += ../QTfrontend/ui/widget |
7 INCLUDEPATH += ../QTfrontend/ui/widget |
8 INCLUDEPATH += ../QTfrontend/ui/page |
8 INCLUDEPATH += ../QTfrontend/ui/page |
9 INCLUDEPATH += ../QTfrontend/ui/dialog |
9 INCLUDEPATH += ../QTfrontend/ui/dialog |
10 INCLUDEPATH += ../QTfrontend/net |
10 INCLUDEPATH += ../QTfrontend/net |
11 INCLUDEPATH += ../QTfrontend/util |
11 INCLUDEPATH += ../QTfrontend/util |
|
12 INCLUDEPATH += ../QTfrontend/util/platform |
12 INCLUDEPATH += ../misc/physfs/src |
13 INCLUDEPATH += ../misc/physfs/src |
13 INCLUDEPATH += ../misc/physfs/extras |
14 INCLUDEPATH += ../misc/physfs/extras |
14 |
15 |
15 DESTDIR = ../bin |
16 DESTDIR = ../bin |
16 |
17 |
241 |
242 |
242 macx { |
243 macx { |
243 QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.6 |
244 QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.6 |
244 QMAKE_MAC_SDK=/Developer/SDKs/MacOSX10.6.sdk |
245 QMAKE_MAC_SDK=/Developer/SDKs/MacOSX10.6.sdk |
245 |
246 |
246 OBJECTIVE_SOURCES += ../QTfrontend/*.m ../QTfrontend/*.mm |
247 OBJECTIVE_SOURCES += ../QTfrontend/util/platform/*.m ../QTfrontend/util/platform/*.mm |
247 SOURCES += ../QTfrontend/AutoUpdater.cpp ../QTfrontend/InstallController.cpp \ |
248 SOURCES += ../QTfrontend/util/platform/AutoUpdater.cpp |
|
249 ../QTfrontend/util/platform/InstallController.cpp \ |
248 ../../build/QTfrontend/hwconsts.cpp |
250 ../../build/QTfrontend/hwconsts.cpp |
249 HEADERS += ../QTfrontend/M3InstallController.h ../QTfrontend/M3Panel.h \ |
251 HEADERS += ../QTfrontend/util/platform/*.h |
250 ../QTfrontend/NSWorkspace_RBAdditions.h ../QTfrontend/AutoUpdater.h \ |
|
251 ../QTfrontend/CocoaInitializer.h ../QTfrontend/InstallController.h \ |
|
252 ../QTfrontend/SparkleAutoUpdater.h |
|
253 |
252 |
254 LIBS += -lobjc -framework AppKit -framework IOKit -framework Foundation -framework SDL -framework SDL_Mixer -framework Sparkle -DSPARKLE_ENABLED |
253 LIBS += -lobjc -framework AppKit -framework IOKit -framework Foundation -framework SDL -framework SDL_Mixer -framework Sparkle -DSPARKLE_ENABLED |
255 INCLUDEPATH += /Library/Frameworks/SDL.framework/Headers /Library/Frameworks/SDL_Mixer.framework/Headers |
254 INCLUDEPATH += /Library/Frameworks/SDL.framework/Headers /Library/Frameworks/SDL_Mixer.framework/Headers |
256 CONFIG += warn_on x86 |
255 CONFIG += warn_on x86 |
257 #CONFIG += x86 ppc x86_64 ppc64 |
256 #CONFIG += x86 ppc x86_64 ppc64 |
258 } |
257 } |
259 |
258 |
260 win32 { |
259 win32 { |
261 RC_FILE = ../QTfrontend/hedgewars.rc |
260 RC_FILE = ../QTfrontend/hedgewars.rc |
262 SOURCES += ../QTfrontend/xfire.cpp |
261 SOURCES += ../QTfrontend/util/platform/xfire.cpp ../QTfrontend/util/platform/xfiregameclient.cpp |
|
262 LIBS += -L../misc/winutils/lib |
263 INCLUDEPATH += ../misc/winutils/include |
263 INCLUDEPATH += ../misc/winutils/include |
264 LIBS += -L../misc/winutils/lib |
|
265 } |
264 } |
266 |
265 |
267 !macx { |
266 !macx { |
268 LIBS += -lSDL -lSDL_mixer -lSDL_net |
267 LIBS += -lSDL -lSDL_mixer -lSDL_net |
269 !win32 { |
268 !win32 { |