fix typo error

This commit is contained in:
Andrei Yankovich 2021-07-03 15:04:49 +03:00
parent b2a1b3d87b
commit 83cc28a916

View File

@ -22,7 +22,7 @@ endif()
# find the Qt root directory
if(NOT Qt${QT_VERSION_MAJOR}Core_DIR)
find_package(Qt{QT_VERSION_MAJOR}Core REQUIRED)
find_package(Qt${QT_VERSION_MAJOR}Core REQUIRED)
endif()
get_filename_component(QT_ANDROID_QT_ROOT "${Qt${QT_VERSION_MAJOR}Core_DIR}/../../.." ABSOLUTE)
message(STATUS "Found Qt for Android: ${QT_ANDROID_QT_ROOT}")