Remove direct dependency on Qt 5 compatibility module (#4906)

This commit is contained in:
nerix
2023-10-23 21:28:02 +02:00
committed by GitHub
parent 12808d3154
commit fcb6eff8cc
7 changed files with 45 additions and 40 deletions
-7
View File
@@ -110,13 +110,6 @@ find_package(Qt${MAJOR_QT_VERSION} REQUIRED
Concurrent
)
if (BUILD_WITH_QT6)
find_package(Qt${MAJOR_QT_VERSION} REQUIRED
COMPONENTS
Core5Compat
)
endif ()
message(STATUS "Qt version: ${Qt${MAJOR_QT_VERSION}_VERSION}")
if (WIN32)