respect QGIS_PREFIX_PATH (followup 810241ffca; fixes windows nightlies)

This commit is contained in:
Juergen E. Fischer 2018-04-14 16:50:58 +02:00
parent fdc2acdb7b
commit 6fb5777cc6

View File

@ -233,10 +233,10 @@ void QgsApplication::init( QString profileFolder )
setPrefixPath( myPrefix, true );
#endif
}
else
{
setPrefixPath( prefixPath, true );
}
}
else
{
setPrefixPath( prefixPath, true );
}
}