mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-18 00:06:00 -04:00
Merge pull request #9935 from mbernasocchi/fix_profiles_profiles
remove redundant /profiles when QGIS_CUSTOM_CONFIG_PATH is set
This commit is contained in:
commit
e213bde9c1
@ -176,8 +176,7 @@ void QgsApplication::init( QString profileFolder )
|
|||||||
{
|
{
|
||||||
if ( getenv( "QGIS_CUSTOM_CONFIG_PATH" ) )
|
if ( getenv( "QGIS_CUSTOM_CONFIG_PATH" ) )
|
||||||
{
|
{
|
||||||
QString envProfileFolder = getenv( "QGIS_CUSTOM_CONFIG_PATH" );
|
profileFolder = getenv( "QGIS_CUSTOM_CONFIG_PATH" );
|
||||||
profileFolder = envProfileFolder + QDir::separator() + "profiles";
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user