[QGIS Commit] r9289 - trunk/qgis/src/providers/grass

svn_qgis at osgeo.org svn_qgis at osgeo.org
Wed Sep 10 12:29:10 EDT 2008


Author: jef
Date: 2008-09-10 12:29:10 -0400 (Wed, 10 Sep 2008)
New Revision: 9289

Modified:
   trunk/qgis/src/providers/grass/qgsgrass.cpp
Log:
fix compile error on windows

Modified: trunk/qgis/src/providers/grass/qgsgrass.cpp
===================================================================
--- trunk/qgis/src/providers/grass/qgsgrass.cpp	2008-09-09 22:49:34 UTC (rev 9288)
+++ trunk/qgis/src/providers/grass/qgsgrass.cpp	2008-09-10 16:29:10 UTC (rev 9289)
@@ -18,6 +18,7 @@
 #include "qgsgrass.h"
 
 #include "qgslogger.h"
+#include "qgsapplication.h"
 
 #include <QFileDialog>
 #include <QMessageBox>
@@ -110,7 +111,6 @@
     // Use the applicationDirPath()/grass
     gisBase = getShortPath( QCoreApplication::applicationDirPath() + "/grass" );
     QgsDebugMsg( QString( "GRASS gisBase = %1" ).arg( gisBase ) );
-
 #else
     // Use the location specified --with-grass during configure
     gisBase = GRASS_BASE;



More information about the QGIS-commit mailing list