Update qtUpdater.py

This commit is contained in:
Andrei Yankovich 2019-10-06 11:59:23 +03:00 committed by GitHub
parent 6eb4b0702c
commit 846bde92b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -172,8 +172,8 @@ def getAndroidConfigOptions(props):
list = [
"-xplatform", "android-clang",
"--disable-rpath",
"-android-ndk", "/home/andrei/Android/NDK/android-ndk-r19c",
"-android-sdk", "/home/andrei/Android/SDK",
# "-android-ndk", "/home/andrei/Android/NDK/android-ndk-r19c",
# "-android-sdk", "/home/andrei/Android/SDK",
"-skip", "qttranslations",
"-skip", "qtserialport",
"-no-warnings-are-errors",