project_files/hedgewars.pro
changeset 6575 b92d7c144038
parent 6574 ec059b55aa72
child 6677 6b7560b37eef
equal deleted inserted replaced
6574:ec059b55aa72 6575:b92d7c144038
    14 INCLUDEPATH += ../misc/quazip/
    14 INCLUDEPATH += ../misc/quazip/
    15 
    15 
    16 DESTDIR = .
    16 DESTDIR = .
    17 
    17 
    18 win32 {
    18 win32 {
    19         RC_FILE	= ../QTfrontend/hedgewars.rc
    19     RC_FILE = ../QTfrontend/hedgewars.rc
    20 }
    20 }
    21 
    21 
    22 QT += network
    22 QT += network
    23 QT += webkit
    23 QT += webkit
    24 
    24 
    91     ../QTfrontend/util/SDLInteraction.h \
    91     ../QTfrontend/util/SDLInteraction.h \
    92     ../QTfrontend/team.h \
    92     ../QTfrontend/team.h \
    93     ../QTfrontend/achievements.h \
    93     ../QTfrontend/achievements.h \
    94     ../QTfrontend/binds.h \
    94     ../QTfrontend/binds.h \
    95     ../QTfrontend/ui_hwform.h \
    95     ../QTfrontend/ui_hwform.h \
    96 	../QTfrontend/KB.h \
    96     ../QTfrontend/KB.h \
    97     ../QTfrontend/hwconsts.h \
    97     ../QTfrontend/hwconsts.h \
    98     ../QTfrontend/sdlkeys.h \
    98     ../QTfrontend/sdlkeys.h \
    99     ../QTfrontend/ui/mouseoverfilter.h \
    99     ../QTfrontend/ui/mouseoverfilter.h \
   100     ../QTfrontend/ui/qpushbuttonwithsound.h \
   100     ../QTfrontend/ui/qpushbuttonwithsound.h \
   101     ../QTfrontend/ui/widget/qpushbuttonwithsound.h \
   101     ../QTfrontend/ui/widget/qpushbuttonwithsound.h \
   178     ../QTfrontend/ui/mouseoverfilter.cpp \
   178     ../QTfrontend/ui/mouseoverfilter.cpp \
   179     ../QTfrontend/ui/widget/qpushbuttonwithsound.cpp \
   179     ../QTfrontend/ui/widget/qpushbuttonwithsound.cpp \
   180     ../QTfrontend/ui/page/pagefeedback.cpp
   180     ../QTfrontend/ui/page/pagefeedback.cpp
   181 
   181 
   182 win32 {
   182 win32 {
   183 	SOURCES += ../QTfrontend/xfire.cpp
   183     SOURCES += ../QTfrontend/xfire.cpp
   184 }
   184 }
   185 
   185 
   186 TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_ar.ts 
   186 TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_ar.ts 
   187 TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_bg.ts 	 
   187 TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_bg.ts 	 
   188 TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_cs.ts 	 
   188 TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_cs.ts 	 
   211 RESOURCES += ../QTfrontend/hedgewars.qrc
   211 RESOURCES += ../QTfrontend/hedgewars.qrc
   212 
   212 
   213 LIBS += -L../misc/quazip -lquazip
   213 LIBS += -L../misc/quazip -lquazip
   214 
   214 
   215 !macx {
   215 !macx {
   216         LIBS += -lSDL -lSDL_mixer
   216     LIBS += -lSDL -lSDL_mixer
   217 } else {
   217 } else {
   218 	QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.6
   218     QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.6
   219 	QMAKE_MAC_SDK=/Developer/SDKs/MacOSX10.6.sdk
   219     QMAKE_MAC_SDK=/Developer/SDKs/MacOSX10.6.sdk
   220 	
   220 
   221 	OBJECTIVE_SOURCES += ../QTfrontend/*.m ../QTfrontend/*.mm 
   221     OBJECTIVE_SOURCES += ../QTfrontend/*.m ../QTfrontend/*.mm
   222 	SOURCES += ../QTfrontend/AutoUpdater.cpp ../QTfrontend/InstallController.cpp \
   222     SOURCES += ../QTfrontend/AutoUpdater.cpp ../QTfrontend/InstallController.cpp \
   223 			../../build/QTfrontend/hwconsts.cpp
   223                ../../build/QTfrontend/hwconsts.cpp
   224 	HEADERS += ../QTfrontend/M3InstallController.h ../QTfrontend/M3Panel.h \
   224     HEADERS += ../QTfrontend/M3InstallController.h ../QTfrontend/M3Panel.h \
   225 		../QTfrontend/NSWorkspace_RBAdditions.h ../QTfrontend/AutoUpdater.h \
   225                ../QTfrontend/NSWorkspace_RBAdditions.h ../QTfrontend/AutoUpdater.h \
   226 		../QTfrontend/CocoaInitializer.h ../QTfrontend/InstallController.h \
   226                ../QTfrontend/CocoaInitializer.h ../QTfrontend/InstallController.h \
   227 		../QTfrontend/SparkleAutoUpdater.h 
   227                ../QTfrontend/SparkleAutoUpdater.h
   228 	
   228 
   229 	LIBS += -lobjc -framework AppKit -framework IOKit -framework Foundation -framework SDL -framework SDL_Mixer -framework Sparkle -DSPARKLE_ENABLED 
   229     LIBS += -lobjc -framework AppKit -framework IOKit -framework Foundation -framework SDL -framework SDL_Mixer -framework Sparkle -DSPARKLE_ENABLED
   230 	INCLUDEPATH += /Library/Frameworks/SDL.framework/Headers /Library/Frameworks/SDL_Mixer.framework/Headers
   230     INCLUDEPATH += /Library/Frameworks/SDL.framework/Headers /Library/Frameworks/SDL_Mixer.framework/Headers
   231 	CONFIG += warn_on x86
   231     CONFIG += warn_on x86
   232 
   232     #CONFIG += x86 ppc x86_64 ppc64
   233  	#CONFIG += x86 ppc x86_64 ppc64
       
   234 }
   233 }