We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 034dd53 commit f7828e6Copy full SHA for f7828e6
src/providers/grass/qgsgrass.cpp
@@ -18,6 +18,7 @@
18
#include "qgsgrass.h"
19
20
#include "qgslogger.h"
21
+#include "qgsapplication.h"
22
23
#include <QFileDialog>
24
#include <QMessageBox>
@@ -110,7 +111,6 @@ void GRASS_EXPORT QgsGrass::init( void )
110
111
// Use the applicationDirPath()/grass
112
gisBase = getShortPath( QCoreApplication::applicationDirPath() + "/grass" );
113
QgsDebugMsg( QString( "GRASS gisBase = %1" ).arg( gisBase ) );
-
114
#else
115
// Use the location specified --with-grass during configure
116
gisBase = GRASS_BASE;
0 commit comments