Skip to content

Commit

Permalink
cmake minimum version 3.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
janbar committed Aug 6, 2024
1 parent 29a9532 commit 03b984b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/AddQtAndroidApk.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0)
cmake_minimum_required(VERSION 3.8.2)

# Provides:
# macro add_qt_android_apk
Expand Down Expand Up @@ -103,7 +103,7 @@ include(CMakeParseArguments)
# QT_ANDROID_APP_EXTRA_LIBS
# QT_ANDROID_APP_EXTRA_PLUGINS
# QT_ANDROID_APP_BINARY_DIR
#
#
macro(add_qt_android_apk TARGET SOURCE_TARGET)

# parse the macro arguments
Expand Down

0 comments on commit 03b984b

Please sign in to comment.