diff -r d1ea9b3f543e -r 13e2037ebc79 project_files/hedgewars.pro --- a/project_files/hedgewars.pro Thu Oct 18 14:04:24 2012 -0400 +++ b/project_files/hedgewars.pro Sat Oct 20 00:20:39 2012 +0400 @@ -12,6 +12,7 @@ INCLUDEPATH += /usr/local/include/SDL INCLUDEPATH += /usr/include/SDL INCLUDEPATH += ../misc/quazip/ +INCLUDEPATH += ../misc/physfs/src/ DESTDIR = . @@ -111,7 +112,8 @@ ../QTfrontend/ui/dialog/ask_quit.h \ ../QTfrontend/ui/dialog/upload_video.h \ ../QTfrontend/campaign.h \ - ../QTfrontend/model/playerslistmodel.h + ../QTfrontend/model/playerslistmodel.h \ + ../QTfrontend/util/FileEngine.h SOURCES += ../QTfrontend/model/ammoSchemeModel.cpp \ ../QTfrontend/model/MapModel.cpp \ @@ -200,7 +202,8 @@ ../QTfrontend/ui/dialog/ask_quit.cpp \ ../QTfrontend/ui/dialog/upload_video.cpp \ ../QTfrontend/campaign.cpp \ - ../QTfrontend/model/playerslistmodel.cpp + ../QTfrontend/model/playerslistmodel.cpp \ + ../QTfrontend/util/FileEngine.cpp win32 { @@ -234,7 +237,7 @@ RESOURCES += ../QTfrontend/hedgewars.qrc -LIBS += -L../misc/quazip -lquazip +LIBS += -L../bin -lquazip -lphysfs !macx { LIBS += -lSDL -lSDL_mixer