diff -r fb4b0c6dfdbd -r 53ffc8853008 project_files/hedgewars.pro --- a/project_files/hedgewars.pro Mon Jun 04 08:11:47 2012 -0400 +++ b/project_files/hedgewars.pro Mon Jun 04 21:32:30 2012 +0400 @@ -104,7 +104,8 @@ ../QTfrontend/ui/dialog/input_password.h \ ../QTfrontend/ui/widget/colorwidget.h \ ../QTfrontend/model/HatModel.h \ - ../QTfrontend/model/GameStyleModel.h + ../QTfrontend/model/GameStyleModel.h \ + ../QTfrontend/recorder.h SOURCES += ../QTfrontend/model/ammoSchemeModel.cpp \ ../QTfrontend/model/MapModel.cpp \ @@ -186,7 +187,8 @@ ../QTfrontend/ui/dialog/input_password.cpp \ ../QTfrontend/ui/widget/colorwidget.cpp \ ../QTfrontend/model/HatModel.cpp \ - ../QTfrontend/model/GameStyleModel.cpp + ../QTfrontend/model/GameStyleModel.cpp \ + ../QTfrontend/recorder.cpp win32 { SOURCES += ../QTfrontend/xfire.cpp