Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/app/qgisapp.cpp
|
@@ -4304,7 +4304,7 @@ void QgisApp::about() |
|
|
|
|
|
versionString += QLatin1String( "</tr><tr>" ); |
|
|
|
|
|
#if PROJ_HAS_INFO |
|
|
#ifdef PROJ_HAS_INFO |
|
|
PJ_INFO info = proj_info(); |
|
|
versionString += "<td>" + tr( "Compiled against PROJ" ) + "</td><td>" + QString::number( PJ_VERSION ) + "</td>"; |
|
|
versionString += "<td>" + tr( "Running against PROJ" ) + "</td><td>" + info.version + "</td>"; |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.