Skip to content

Commit

Permalink
make QGIS settings go to the same place
Browse files Browse the repository at this point in the history
  • Loading branch information
mbernasocchi committed Jun 25, 2012
1 parent bcb26a9 commit 6b4a27a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/main.cpp
Expand Up @@ -267,7 +267,7 @@ 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
//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)
Expand Down

0 comments on commit 6b4a27a

Please sign in to comment.