diff -r 6482875b0d97 -r 171da01bd04d project_files/hedgewars.pro --- a/project_files/hedgewars.pro Fri Nov 30 18:19:52 2012 +0400 +++ b/project_files/hedgewars.pro Tue Dec 04 09:15:55 2012 +0400 @@ -109,7 +109,8 @@ ../QTfrontend/model/playerslistmodel.h \ ../QTfrontend/util/LibavInteraction.h \ ../QTfrontend/util/FileEngine.h \ - ../QTfrontend/util/frontlibpoller.h + ../QTfrontend/util/frontlibpoller.h \ + ../QTfrontend/ui/dialog/bandialog.h SOURCES += ../QTfrontend/model/ammoSchemeModel.cpp \ @@ -201,7 +202,8 @@ ../QTfrontend/model/playerslistmodel.cpp \ ../QTfrontend/util/LibavInteraction.cpp \ ../QTfrontend/util/FileEngine.cpp \ - ../QTfrontend/util/frontlibpoller.cpp + ../QTfrontend/util/frontlibpoller.cpp \ + ../QTfrontend/ui/dialog/bandialog.cpp TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_ar.ts \