Skip to content

Commit

Permalink
Update AddQtAndroidApk.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierLDff authored Jun 2, 2019
1 parent 9ad2679 commit a2770ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions AddQtAndroidApk.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ endif()
string(REPLACE "\\" "/" QT_ANDROID_NDK_ROOT ${QT_ANDROID_NDK_ROOT}) # androiddeployqt doesn't like backslashes in paths
message(STATUS "Found Android NDK: ${QT_ANDROID_NDK_ROOT}")

SET(QT_ANDROID_CMAKE_FOUND ON CACHE BOOL "QtAndroidCMake have been found" FORCE)
SET(QT_ANDROID_CMAKE_VERSION "19.0.1" CACHE STRING "QtAndroidCMake version" FORCE)

include(CMakeParseArguments)

# define a macro to create an Android APK target
Expand Down

0 comments on commit a2770ea

Please sign in to comment.