project_files/hedgewars.pro
changeset 6938 217ed62e872c
parent 6937 7f77fa908a4e
child 7130 fcab1fd02bc6
--- 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 \