Skip to content

Commit e8d7e46

Browse files
Fixed android build to sync projects (#4243)
1 parent 23bb99b commit e8d7e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ if (IOS)
104104
set(QGIS_QUICK_DATA_PATH_DEFAULT "INPUT")
105105
elseif (ANDROID)
106106
# Android sets this up automatically at runtime
107-
set(QGIS_QUICK_DATA_PATH_DEFAULT "")
107+
set(QGIS_QUICK_DATA_PATH_DEFAULT "INPUT")
108108
elseif (WIN)
109109
set(QGIS_QUICK_DATA_PATH_DEFAULT "INPUT")
110110
elseif (LNX OR MACOS)

0 commit comments

Comments
 (0)