Skip to content

Commit

Permalink
respect QGIS_PREFIX_PATH (followup 810241f; fixes windows nightlies)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Apr 14, 2018
1 parent fdc2acd commit 6fb5777
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/core/qgsapplication.cpp
Expand Up @@ -233,10 +233,10 @@ void QgsApplication::init( QString profileFolder )
setPrefixPath( myPrefix, true );
#endif
}
else
{
setPrefixPath( prefixPath, true );
}
}
else
{
setPrefixPath( prefixPath, true );
}
}

Expand Down

0 comments on commit 6fb5777

Please sign in to comment.