mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
chore: update the file
This commit is contained in:
parent
3ea285bbbe
commit
246f9ebbec
@ -147,7 +147,7 @@ endif()
|
||||
|
||||
# -------------------------------------------------------------------------------------------------
|
||||
# The private modules is not open-source.
|
||||
if(NOT Qt{QT_VERSION_MAJOR}_VERSION VERSION_LESS "6.5.0")
|
||||
if((QT_VERSION_MAJOR GREATER 5) AND (NOT Qt6_VERSION VERSION_LESS "6.5.0"))
|
||||
if(EXISTS ${CMAKE_SOURCE_DIR}/Private)
|
||||
add_subdirectory(${CMAKE_SOURCE_DIR}/Private)
|
||||
endif()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user