Skip to content

Commit bcb26a9

Browse files
committedJun 25, 2012
make QGIS settings go to .qgis
1 parent b6bf12a commit bcb26a9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎src/app/main.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,9 @@ int main( int argc, char *argv[] )
267267

268268
#if defined(ANDROID)
269269
QgsDebugMsg( QString( "Android: All params stripped" ) );// Param %1" ).arg( argv[0] ) );
270+
//make Qt and QGIS settings go to the same place
271+
configpath = QDir::homePath() + QString( "/.qgis/" );
272+
QgsDebugMsg( QString( "Android: configpath set to %1" ).arg(configpath) );
270273
#elif defined(Q_WS_WIN)
271274
for ( int i = 1; i < argc; i++ )
272275
{

0 commit comments

Comments
 (0)
Please sign in to comment.