diff -r da5cfded818b -r 0d0af531c1c7 project_files/hedgewars.pro --- a/project_files/hedgewars.pro Sun Jan 15 22:48:34 2012 +0100 +++ b/project_files/hedgewars.pro Sun Jan 15 22:57:49 2012 +0100 @@ -96,7 +96,9 @@ ../QTfrontend/KB.h \ ../QTfrontend/hwconsts.h \ ../QTfrontend/sdlkeys.h \ - ../QTfrontend/ui/mouseoverfilter.h + ../QTfrontend/ui/mouseoverfilter.h \ + ../QTfrontend/ui/qpushbuttonwithsound.h \ + ../QTfrontend/ui/widget/qpushbuttonwithsound.h SOURCES += ../QTfrontend/model/ammoSchemeModel.cpp \ ../QTfrontend/model/themesmodel.cpp \ @@ -171,7 +173,8 @@ ../QTfrontend/team.cpp \ ../QTfrontend/ui_hwform.cpp \ ../QTfrontend/hwconsts.cpp \ - ../QTfrontend/ui/mouseoverfilter.cpp + ../QTfrontend/ui/mouseoverfilter.cpp \ + ../QTfrontend/ui/widget/qpushbuttonwithsound.cpp win32 { SOURCES += ../QTfrontend/xfire.cpp