project_files/hedgewars.pro
changeset 8058 bcebfc477459
parent 8055 04dd8b7fb605
child 8073 5a289ef40fdb
--- a/project_files/hedgewars.pro	Sat Nov 17 20:27:49 2012 -0500
+++ b/project_files/hedgewars.pro	Sat Nov 17 20:30:32 2012 -0500
@@ -1,7 +1,7 @@
 TEMPLATE = app
 TARGET = hedgewars
 DEPENDPATH += ../QTfrontend/
-INCLUDEPATH += ../QTfrontend/
+INCLUDEPATH += ../QTfrontend
 INCLUDEPATH += ../QTfrontend/model
 INCLUDEPATH += ../QTfrontend/ui
 INCLUDEPATH += ../QTfrontend/ui/widget
@@ -9,7 +9,8 @@
 INCLUDEPATH += ../QTfrontend/ui/dialog
 INCLUDEPATH += ../QTfrontend/net
 INCLUDEPATH += ../QTfrontend/util
-INCLUDEPATH += ../misc/quazip/
+INCLUDEPATH += ../misc/physfs/src
+INCLUDEPATH += ../misc/physfs/extras
 
 DESTDIR = ../bin
 
@@ -105,7 +106,8 @@
     ../QTfrontend/ui/dialog/upload_video.h \
     ../QTfrontend/campaign.h \
     ../QTfrontend/model/playerslistmodel.h \
-    ../QTfrontend/util/LibavInteraction.h
+    ../QTfrontend/util/LibavInteraction.h \
+    ../QTfrontend/util/FileEngine.h
 
 
 SOURCES += ../QTfrontend/model/ammoSchemeModel.cpp \
@@ -195,7 +197,8 @@
     ../QTfrontend/ui/dialog/upload_video.cpp \
     ../QTfrontend/campaign.cpp \
     ../QTfrontend/model/playerslistmodel.cpp \
-    ../QTfrontend/util/LibavInteraction.cpp
+    ../QTfrontend/util/LibavInteraction.cpp \
+    ../QTfrontend/util/FileEngine.cpp
 
 
 TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_ar.ts \
@@ -230,7 +233,7 @@
 
 RESOURCES += ../QTfrontend/hedgewars.qrc
 
-LIBS += -L../bin -lquazip
+LIBS += -L../bin -lphysfs -lphysfsrwops
 
 macx {
     QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.6