Skip to content

Commit

Permalink
Windows fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Aug 13, 2021
1 parent b2933c6 commit c8f24fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/proj/qgscoordinatetransform.cpp
Expand Up @@ -869,7 +869,7 @@ bool QgsCoordinateTransform::fallbackOperationOccurred() const

const char *finder( const char *name )
{
const QString proj;
QString proj;
#ifdef Q_OS_WIN
proj = QApplication::applicationDirPath()
+ "/share/proj/" + QString( name );
Expand Down

0 comments on commit c8f24fb

Please sign in to comment.