diff -r 404ddce27b23 -r c13ebed437cb project_files/hedgewars.pro --- a/project_files/hedgewars.pro Wed Feb 20 02:21:58 2013 +0100 +++ b/project_files/hedgewars.pro Tue Apr 02 21:00:57 2013 +0200 @@ -10,8 +10,8 @@ INCLUDEPATH += ../QTfrontend/net INCLUDEPATH += ../QTfrontend/util INCLUDEPATH += ../QTfrontend/util/platform -INCLUDEPATH += ../misc/physfs/src -INCLUDEPATH += ../misc/physfs/extras +INCLUDEPATH += ../misc/libphysfs +INCLUDEPATH += ../misc/libphyslayer DESTDIR = ../bin @@ -114,9 +114,9 @@ ../QTfrontend/util/MessageDialog.h \ ../QTfrontend/ui/widget/hatprompt.h \ ../QTfrontend/ui/widget/feedbackdialog.h \ - ../QTfrontend/ui/widget/flowlayout.h \ ../QTfrontend/ui/widget/lineeditcursor.h \ - ../QTfrontend/servermessages.h + ../QTfrontend/servermessages.h \ + ../QTfrontend/ui/widget/roomnameprompt.h SOURCES += ../QTfrontend/model/ammoSchemeModel.cpp \ @@ -214,8 +214,8 @@ ../QTfrontend/ui/widget/themeprompt.cpp \ ../QTfrontend/util/MessageDialog.cpp \ ../QTfrontend/ui/widget/feedbackdialog.cpp \ - ../QTfrontend/ui/widget/flowlayout.cpp \ - ../QTfrontend/ui/widget/lineeditcursor.cpp + ../QTfrontend/ui/widget/lineeditcursor.cpp \ + ../QTfrontend/ui/widget/roomnameprompt.cpp TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_ar.ts \