We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2c8b83 commit 6c2bbe8Copy full SHA for 6c2bbe8
1 file changed
CMakeLists.txt
@@ -39,4 +39,5 @@ if (ANDROID)
39
add_android_openssl_libraries(appOPC_UA_Browser)
40
set_property(TARGET appOPC_UA_Browser APPEND PROPERTY QT_ANDROID_VERSION_CODE ${ANDROID_VERSION_CODE})
41
set_property(TARGET appOPC_UA_Browser APPEND PROPERTY QT_ANDROID_VERSION_NAME ${ANDROID_VERSION_NAME})
42
+ set_property(TARGET appOPC_UA_Browser APPEND PROPERTY QT_ANDROID_TARGET_SDK_VERSION "34")
43
endif()
0 commit comments