diff -r fdc342ebdc31 -r b07288b729c4 project_files/hedgewars.pro --- a/project_files/hedgewars.pro Wed Jun 04 19:39:54 2014 +0200 +++ b/project_files/hedgewars.pro Thu Jun 05 23:42:46 2014 +0400 @@ -116,7 +116,8 @@ ../QTfrontend/ui/widget/lineeditcursor.h \ ../QTfrontend/servermessages.h \ ../QTfrontend/ui/widget/roomnameprompt.h \ - ../QTfrontend/weapons.h + ../QTfrontend/weapons.h \ + ../QTfrontend/net/hwmapoptimizer.h SOURCES += ../QTfrontend/model/ammoSchemeModel.cpp \ @@ -214,7 +215,8 @@ ../QTfrontend/util/MessageDialog.cpp \ ../QTfrontend/ui/widget/feedbackdialog.cpp \ ../QTfrontend/ui/widget/lineeditcursor.cpp \ - ../QTfrontend/ui/widget/roomnameprompt.cpp + ../QTfrontend/ui/widget/roomnameprompt.cpp \ + ../QTfrontend/net/hwmapoptimizer.cpp TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_ar.ts \