[QGIS Commit] r9528 - trunk/qgis/src/app
svn_qgis at osgeo.org
svn_qgis at osgeo.org
Thu Oct 23 16:03:19 EDT 2008
Author: timlinux
Date: 2008-10-23 16:03:19 -0400 (Thu, 23 Oct 2008)
New Revision: 9528
Modified:
trunk/qgis/src/app/CMakeLists.txt
trunk/qgis/src/app/qgisapp.cpp
Log:
Fix build errors after r9527 - maplayerinterface needs to be removed from cmakelists too, and from qgisapp.cpp.
Modified: trunk/qgis/src/app/CMakeLists.txt
===================================================================
--- trunk/qgis/src/app/CMakeLists.txt 2008-10-23 13:49:53 UTC (rev 9527)
+++ trunk/qgis/src/app/CMakeLists.txt 2008-10-23 20:03:19 UTC (rev 9528)
@@ -98,7 +98,6 @@
qgsidentifyresults.h
qgslabeldialog.h
qgsludialog.h
- qgsmaplayerinterface.h
qgsmaptoolidentify.h
qgsmaptoolsplitfeatures.h
qgsmaptoolvertexedit.h
Modified: trunk/qgis/src/app/qgisapp.cpp
===================================================================
--- trunk/qgis/src/app/qgisapp.cpp 2008-10-23 13:49:53 UTC (rev 9527)
+++ trunk/qgis/src/app/qgisapp.cpp 2008-10-23 20:03:19 UTC (rev 9528)
@@ -109,7 +109,6 @@
#include "qgslogger.h"
#include "qgsmapcanvas.h"
#include "qgsmaplayer.h"
-#include "qgsmaplayerinterface.h"
#include "qgsmaplayerregistry.h"
#include "qgsmapoverviewcanvas.h"
#include "qgsmaprenderer.h"
More information about the QGIS-commit
mailing list