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 Nov 30, 2024
1 parent 3256137 commit 96d1dde
Showing 1 changed file with 5 additions and 0 deletions.
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

0 comments on commit 96d1dde

Please sign in to comment.