diff -r 583b7a683b17 -r a079b4dea081 project_files/hedgewars.pro --- a/project_files/hedgewars.pro Sun Sep 04 11:48:01 2011 +0400 +++ b/project_files/hedgewars.pro Sun Sep 04 13:46:08 2011 +0400 @@ -65,7 +65,8 @@ ../QTfrontend/pagegamestats.h \ ../QTfrontend/HWApplication.h \ ../QTfrontend/AbstractPage.h \ - ../QTfrontend/themesmodel.h + ../QTfrontend/themesmodel.h \ + ../QTfrontend/databrowser.h SOURCES += ../QTfrontend/SDLs.cpp ../QTfrontend/SquareLabel.cpp \ ../QTfrontend/about.cpp ../QTfrontend/ammoSchemeModel.cpp \ @@ -116,7 +117,8 @@ ../QTfrontend/pagegamestats.cpp \ ../QTfrontend/pageplayrecord.cpp \ ../QTfrontend/HWApplication.cpp \ - ../QTfrontend/themesmodel.cpp + ../QTfrontend/themesmodel.cpp \ + ../QTfrontend/databrowser.cpp win32 { SOURCES += ../QTfrontend/xfire.cpp