Skip to content

Commit

Permalink
chore: Set min sdk version to 24 (Android 7).
Browse files Browse the repository at this point in the history
  • Loading branch information
iphydf committed Dec 1, 2024
1 parent 3256137 commit b8330a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,11 @@ qt_add_executable(${PROJECT_NAME} WIN32 MACOSX_BUNDLE
target_link_libraries(
${PROJECT_NAME} PRIVATE ${PROJECT_NAME}_static ${CMAKE_REQUIRED_LIBRARIES}
${ALL_LIBRARIES})
set_target_properties(
${PROJECT_NAME}
PROPERTIES QT_ANDROID_TARGET_SDK_VERSION 24
QT_ANDROID_MIN_SDK_VERSION 24
QT_ANDROID_ABIS arm64-v8a)

include(Testing)
include(Installation)
Expand Down
2 changes: 1 addition & 1 deletion android/cross-compile/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export QT_ANDROID_KEYSTORE_KEY_PASS=aoeuaoeu
-DSPELL_CHECK=OFF \
-DUPDATE_CHECK=ON \
-DSTRICT_OPTIONS=ON \
-DANDROID_PLATFORM=23 \
-DANDROID_PLATFORM=24 \
-DBUILD_TESTING=OFF \
-GNinja \
-B_build \
Expand Down

0 comments on commit b8330a4

Please sign in to comment.