Fix compile for embedded Android

Cannot use JNI to query for standard paths

Change-Id: I1596106fd4d5e532d3ac1cd6dbfce3fb9fe1db5a
Reviewed-by: Christian Stromme <christian.stromme@digia.com>
bb10
aavit 2014-03-17 15:00:22 +01:00 committed by The Qt Project
parent 83b3924cc3
commit 0e69c94222
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ win32 {
}
} else:blackberry {
SOURCES += io/qstandardpaths_blackberry.cpp
} else:android {
} else:android:!android-no-sdk {
SOURCES += io/qstandardpaths_android.cpp
} else {
SOURCES += io/qstandardpaths_unix.cpp