diff -r afb7ef0c1c6e -r ad5741c252b9 project_files/hedgewars.pro --- a/project_files/hedgewars.pro Sat Dec 03 12:00:32 2011 +0100 +++ b/project_files/hedgewars.pro Sat Dec 03 14:36:36 2011 +0100 @@ -95,7 +95,9 @@ ../QTfrontend/ui_hwform.h \ ../QTfrontend/KB.h \ ../QTfrontend/hwconsts.h \ - ../QTfrontend/sdlkeys.h + ../QTfrontend/sdlkeys.h \ + ../QTfrontend/mouseoverfilter.h \ + ../QTfrontend/ui/mouseoverfilter.h SOURCES += ../QTfrontend/model/ammoSchemeModel.cpp \ ../QTfrontend/model/themesmodel.cpp \ @@ -169,7 +171,8 @@ ../QTfrontend/util/SDLInteraction.cpp \ ../QTfrontend/team.cpp \ ../QTfrontend/ui_hwform.cpp \ - ../QTfrontend/hwconsts.cpp + ../QTfrontend/hwconsts.cpp \ + ../QTfrontend/ui/mouseoverfilter.cpp win32 { SOURCES += ../QTfrontend/xfire.cpp