Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #187 from mbernasocchi/android
Android: make QGIS settings go to .qgis
  • Loading branch information
NathanW2 committed Jun 25, 2012
2 parents a2d857f + 6b4a27a commit 90b02ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/main.cpp
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

0 comments on commit 90b02ec

Please sign in to comment.