mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-04 00:30:59 -05:00
Fix SRS path
This commit is contained in:
parent
651b7b18d6
commit
958a6ee90b
@ -980,9 +980,9 @@ QString QgsApplication::srsDatabaseFilePath()
|
||||
if ( !QFile( tempCopy ).exists() )
|
||||
{
|
||||
#if PROJ_VERSION_MAJOR>=6
|
||||
QFile f( pkgDataPath() + "/resources/srs6.db" );
|
||||
QFile f( buildSourcePath() + "/resources/srs6.db" );
|
||||
#else
|
||||
QFile f( pkgDataPath() + "/resources/srs.db" );
|
||||
QFile f( buildSourcePath() + "/resources/srs.db" );
|
||||
#endif
|
||||
if ( !f.copy( tempCopy ) )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user