diff -r 7f77fa908a4e -r 217ed62e872c project_files/hedgewars.pro --- a/project_files/hedgewars.pro Thu Apr 26 16:15:37 2012 +0200 +++ b/project_files/hedgewars.pro Fri Apr 27 11:47:37 2012 +0200 @@ -23,6 +23,7 @@ QT += webkit HEADERS += ../QTfrontend/model/ThemeModel.h \ + ../QTfrontend/model/MapModel.h \ ../QTfrontend/model/ammoSchemeModel.h \ ../QTfrontend/model/netserverslist.h \ ../QTfrontend/model/hats.h \ @@ -104,6 +105,7 @@ ../QTfrontend/ui/dialog/input_password.h SOURCES += ../QTfrontend/model/ammoSchemeModel.cpp \ + ../QTfrontend/model/MapModel.cpp \ ../QTfrontend/model/ThemeModel.cpp \ ../QTfrontend/model/hats.cpp \ ../QTfrontend/model/netserverslist.cpp \