mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 03:35:53 +01:00
Fixed Android build
This commit is contained in:
parent
dc799f4642
commit
53c6f08af5
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user