Showing with 3 additions and 0 deletions.
  1. +3 −0 src/app/main.cpp
3 changes: 3 additions & 0 deletions src/app/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,9 @@ int main( int argc, char *argv[] )

#if defined(ANDROID)
QgsDebugMsg( QString( "Android: All params stripped" ) );// Param %1" ).arg( argv[0] ) );
//put all QGIS settings in the same place
configpath = QDir::homePath() + QString( "/.qgis/" );
QgsDebugMsg( QString( "Android: configpath set to %1" ).arg(configpath) );
#elif defined(Q_WS_WIN)
for ( int i = 1; i < argc; i++ )
{
Expand Down