Skip to content

Commit

Permalink
one level deeper
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Apr 9, 2018
1 parent 304275a commit 810241f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/core/qgsapplication.cpp
Expand Up @@ -208,10 +208,10 @@ void QgsApplication::init( QString profileFolder )
}
else
{
if ( ABISYM( mPrefixPath ).isNull() )
char *prefixPath = getenv( "QGIS_PREFIX_PATH" );
if ( !prefixPath )
{
char *prefixPath = getenv( "QGIS_PREFIX_PATH" );
if ( !prefixPath )
if ( ABISYM( mPrefixPath ).isNull() )
{
#if defined(Q_OS_MACX) || defined(Q_OS_WIN)
setPrefixPath( applicationDirPath(), true );
Expand Down

0 comments on commit 810241f

Please sign in to comment.