Fixed typos in Qt6_FOUND function reference (#4638)
This commit is contained in:
parent
8ee71300a2
commit
77622095d5
1 changed files with 1 additions and 1 deletions
|
@ -324,7 +324,7 @@ if(TEST)
|
||||||
add_subdirectory(tests)
|
add_subdirectory(tests)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(Qt6Found AND Qt6_VERSION_MINOR GREATER_EQUAL 3)
|
if(Qt6_FOUND AND Qt6_VERSION_MINOR GREATER_EQUAL 3)
|
||||||
# Qt6.3+ requires project finalization to support translations
|
# Qt6.3+ requires project finalization to support translations
|
||||||
qt6_finalize_project()
|
qt6_finalize_project()
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in a new issue