mirror of
https://github.com/QuasarApp/qt-android-cmake.git
synced 2025-05-02 08:19: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
|
||||
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}")
|
||||
|
Loading…
x
Reference in New Issue
Block a user