mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-03 00:02:25 -05:00
fix build (followup 7674e1657b476889afe63ee8f8b9fd93f581d3c6)
This commit is contained in:
parent
7e23f4ddf6
commit
2a6629ef56
@ -67,7 +67,7 @@ void QgsProcessingFeedback::pushVersionInfo()
|
||||
|
||||
#if PROJ_VERSION_MAJOR > 4
|
||||
PJ_INFO info = proj_info();
|
||||
pushDebugInfo( tr( "PROJ version: %1.%2.%3" ).arg( PROJ_VERSION_MAJOR ).arg( PROJ_VERSION_MINOR ).arg( PROJ_VERSION_PATCH );
|
||||
pushDebugInfo( tr( "PROJ version: %1.%2.%3" ).arg( PROJ_VERSION_MAJOR ).arg( PROJ_VERSION_MINOR ).arg( PROJ_VERSION_PATCH ) );
|
||||
#else
|
||||
pushDebugInfo( tr( "PROJ version: %1" ).arg( PJ_VERSION ) );
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user