We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
2 parents 03f6508 + e730fa1 commit 38b10feCopy full SHA for 38b10fe
src/core/qgsapplication.cpp
@@ -172,8 +172,7 @@ void QgsApplication::init( QString profileFolder )
172
{
173
if ( getenv( "QGIS_CUSTOM_CONFIG_PATH" ) )
174
175
- QString envProfileFolder = getenv( "QGIS_CUSTOM_CONFIG_PATH" );
176
- profileFolder = envProfileFolder + QDir::separator() + "profiles";
+ profileFolder = getenv( "QGIS_CUSTOM_CONFIG_PATH" );
177
}
178
else
179
0 commit comments