mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-06-26 19:19:16 +02:00
Fixed Android build
This commit is contained in:
@ -70,8 +70,8 @@ QString ProgramPaths::crsDir(bool writable)
|
||||
.filePath(CRS_DIR);
|
||||
else
|
||||
#ifdef Q_OS_ANDROID
|
||||
return assetsPath(QStandardPaths::locate(DATA_LOCATION, CSV_DIR,
|
||||
QStandardPaths::LocateDirectory), CSV_DIR);
|
||||
return assetsPath(QStandardPaths::locate(DATA_LOCATION, CRS_DIR,
|
||||
QStandardPaths::LocateDirectory), CRS_DIR);
|
||||
#else // Q_OS_ANDROID
|
||||
return QStandardPaths::locate(DATA_LOCATION, CRS_DIR,
|
||||
QStandardPaths::LocateDirectory);
|
||||
|
Reference in New Issue
Block a user