mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-07 00:15:48 -04:00
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:
parent
034dd5334f
commit
f7828e68e1
@ -18,6 +18,7 @@
|
||||
#include "qgsgrass.h"
|
||||
|
||||
#include "qgslogger.h"
|
||||
#include "qgsapplication.h"
|
||||
|
||||
#include <QFileDialog>
|
||||
#include <QMessageBox>
|
||||
@ -110,7 +111,6 @@ void GRASS_EXPORT QgsGrass::init( void )
|
||||
// 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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user