fix compile error on windows

git-svn-id: http://svn.osgeo.org/qgis/trunk@9289 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
jef 2008-09-10 16:29:10 +00:00
parent 034dd5334f
commit f7828e68e1

View File

@ -18,6 +18,7 @@
#include "qgsgrass.h" #include "qgsgrass.h"
#include "qgslogger.h" #include "qgslogger.h"
#include "qgsapplication.h"
#include <QFileDialog> #include <QFileDialog>
#include <QMessageBox> #include <QMessageBox>
@ -110,7 +111,6 @@ void GRASS_EXPORT QgsGrass::init( void )
// Use the applicationDirPath()/grass // Use the applicationDirPath()/grass
gisBase = getShortPath( QCoreApplication::applicationDirPath() + "/grass" ); gisBase = getShortPath( QCoreApplication::applicationDirPath() + "/grass" );
QgsDebugMsg( QString( "GRASS gisBase = %1" ).arg( gisBase ) ); QgsDebugMsg( QString( "GRASS gisBase = %1" ).arg( gisBase ) );
#else #else
// Use the location specified --with-grass during configure // Use the location specified --with-grass during configure
gisBase = GRASS_BASE; gisBase = GRASS_BASE;