We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent c26d9ac commit a1b1324Copy full SHA for a1b1324
tests/src/core/testqgscoordinatereferencesystem.cpp
@@ -24,6 +24,9 @@ Email : sherman at mrcc dot com
24
#include <qgscoordinatereferencesystem.h>
25
#include <qgis.h>
26
27
+#include <proj_api.h>
28
+#include <gdal.h>
29
+
30
class TestQgsCoordinateReferenceSystem: public QObject
31
{
32
Q_OBJECT
@@ -296,6 +299,9 @@ void TestQgsCoordinateReferenceSystem::debugPrint(
296
299
297
300
QgsDebugMsg( "* Units : degrees" );
298
301
}
302
303
+ QgsDebugMsg( QString( "** GDAL version: %1" ).arg( GDAL_RELEASE_NAME ) );
304
+ QgsDebugMsg( QString( "** PROJ.4 version: %1" ).arg( PJ_VERSION ) );
305
306
307
QTEST_MAIN( TestQgsCoordinateReferenceSystem )
0 commit comments