Skip to content

Commit

Permalink
make QGIS settings go to .qgis
Browse files Browse the repository at this point in the history
  • Loading branch information
mbernasocchi committed Jun 25, 2012
1 parent b6bf12a commit bcb26a9
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] ) );
//make Qt and QGIS settings go to 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 bcb26a9

Please sign in to comment.