project_files/hedgewars.pro
changeset 8401 87410ae372f6
parent 8396 5123eac2f9d6
child 8434 4821897a0f10
equal deleted inserted replaced
8400:33ab77c0b486 8401:87410ae372f6
   114     ../QTfrontend/ui/widget/hatbutton.h \
   114     ../QTfrontend/ui/widget/hatbutton.h \
   115     ../QTfrontend/util/MessageDialog.h \
   115     ../QTfrontend/util/MessageDialog.h \
   116     ../QTfrontend/ui/widget/hatprompt.h \
   116     ../QTfrontend/ui/widget/hatprompt.h \
   117     ../QTfrontend/ui/widget/feedbackdialog.h \
   117     ../QTfrontend/ui/widget/feedbackdialog.h \
   118     ../QTfrontend/ui/widget/flowlayout.h \
   118     ../QTfrontend/ui/widget/flowlayout.h \
   119     ../QTfrontend/ui/widget/lineeditcursor.h
   119     ../QTfrontend/ui/widget/lineeditcursor.h \
       
   120     ../QTfrontend/servermessages.h
   120 
   121 
   121 
   122 
   122 SOURCES += ../QTfrontend/model/ammoSchemeModel.cpp \
   123 SOURCES += ../QTfrontend/model/ammoSchemeModel.cpp \
   123     ../QTfrontend/model/MapModel.cpp \
   124     ../QTfrontend/model/MapModel.cpp \
   124     ../QTfrontend/model/ThemeModel.cpp \
   125     ../QTfrontend/model/ThemeModel.cpp \
   252 
   253 
   253 LIBS += -L../bin -lphysfs
   254 LIBS += -L../bin -lphysfs
   254 
   255 
   255 macx {
   256 macx {
   256     QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.6
   257     QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.6
   257     QMAKE_MAC_SDK=/Developer/SDKs/MacOSX10.6.sdk
   258     QMAKE_MAC_SDK = /Developer/SDKs/MacOSX10.6.sdk
   258 
   259 
   259     OBJECTIVE_SOURCES += ../QTfrontend/util/platform/*.m ../QTfrontend/util/platform/*.mm
   260     OBJECTIVE_SOURCES += ../QTfrontend/util/platform/*.m ../QTfrontend/util/platform/*.mm
   260     SOURCES += ../QTfrontend/util/platform/AutoUpdater.cpp
   261     SOURCES += ../QTfrontend/util/platform/AutoUpdater.cpp \
   261 			   ../QTfrontend/util/platform/InstallController.cpp \
   262                ../QTfrontend/util/platform/InstallController.cpp \
   262                ../../build/QTfrontend/hwconsts.cpp
   263                ../../build/QTfrontend/hwconsts.cpp
   263     HEADERS += ../QTfrontend/util/platform/*.h
   264     HEADERS += ../QTfrontend/util/platform/*.h
   264 
   265 
   265     LIBS += -lobjc -framework AppKit -framework IOKit -framework Foundation -framework SDL -framework SDL_Mixer -framework Sparkle -DSPARKLE_ENABLED
   266     LIBS += -lobjc -framework AppKit -framework IOKit -framework Foundation -framework SDL -framework SDL_Mixer -framework Sparkle -DSPARKLE_ENABLED
   266     INCLUDEPATH += /Library/Frameworks/SDL.framework/Headers /Library/Frameworks/SDL_Mixer.framework/Headers
   267     INCLUDEPATH += /Library/Frameworks/SDL.framework/Headers /Library/Frameworks/SDL_Mixer.framework/Headers