mirror of
https://github.com/QuasarApp/qt-android-cmake.git
synced 2025-04-27 06:04:34 +00:00
Fixed incorrect string passed to the --android-platform option of androiddeployqt
This commit is contained in:
parent
e9e51090bf
commit
bc908fcdb5
@ -180,7 +180,7 @@ macro(add_qt_android_apk TARGET SOURCE_TARGET)
|
||||
|
||||
# specify the Android API level
|
||||
if(ANDROID_NATIVE_API_LEVEL)
|
||||
set(TARGET_LEVEL_OPTIONS --android-platform ${ANDROID_NATIVE_API_LEVEL})
|
||||
set(TARGET_LEVEL_OPTIONS --android-platform android-${ANDROID_NATIVE_API_LEVEL})
|
||||
endif()
|
||||
|
||||
# create a custom command that will run the androiddeployqt utility to prepare the Android package
|
||||
|
Loading…
x
Reference in New Issue
Block a user