mirror of
https://github.com/QuasarApp/qt-android-cmake.git
synced 2025-05-04 01:09:37 +00:00
fix typo error
This commit is contained in:
parent
b2a1b3d87b
commit
83cc28a916
@ -22,7 +22,7 @@ endif()
|
|||||||
|
|
||||||
# find the Qt root directory
|
# find the Qt root directory
|
||||||
if(NOT Qt${QT_VERSION_MAJOR}Core_DIR)
|
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()
|
endif()
|
||||||
get_filename_component(QT_ANDROID_QT_ROOT "${Qt${QT_VERSION_MAJOR}Core_DIR}/../../.." ABSOLUTE)
|
get_filename_component(QT_ANDROID_QT_ROOT "${Qt${QT_VERSION_MAJOR}Core_DIR}/../../.." ABSOLUTE)
|
||||||
message(STATUS "Found Qt for Android: ${QT_ANDROID_QT_ROOT}")
|
message(STATUS "Found Qt for Android: ${QT_ANDROID_QT_ROOT}")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user