diff -r 632fa142c2cf -r ec059b55aa72 project_files/hedgewars.pro --- a/project_files/hedgewars.pro Sun Jan 15 23:14:10 2012 +0100 +++ b/project_files/hedgewars.pro Sun Jan 15 23:35:02 2012 +0100 @@ -16,7 +16,7 @@ DESTDIR = . win32 { - RC_FILE = ../QTfrontend/res/hedgewars.rc + RC_FILE = ../QTfrontend/hedgewars.rc } QT += network @@ -98,7 +98,8 @@ ../QTfrontend/sdlkeys.h \ ../QTfrontend/ui/mouseoverfilter.h \ ../QTfrontend/ui/qpushbuttonwithsound.h \ - ../QTfrontend/ui/widget/qpushbuttonwithsound.h + ../QTfrontend/ui/widget/qpushbuttonwithsound.h \ + ../QTfrontend/ui/page/pagefeedback.h SOURCES += ../QTfrontend/model/ammoSchemeModel.cpp \ ../QTfrontend/model/themesmodel.cpp \ @@ -174,7 +175,9 @@ ../QTfrontend/ui_hwform.cpp \ ../QTfrontend/hwconsts.cpp \ ../QTfrontend/ui/mouseoverfilter.cpp \ - ../QTfrontend/ui/widget/qpushbuttonwithsound.cpp + ../QTfrontend/ui/mouseoverfilter.cpp \ + ../QTfrontend/ui/widget/qpushbuttonwithsound.cpp \ + ../QTfrontend/ui/page/pagefeedback.cpp win32 { SOURCES += ../QTfrontend/xfire.cpp