cmake: drop comment

Removing this code caused build failures with Qt 5.15.
This commit is contained in:
selsta
2026-01-29 20:15:35 +01:00
parent a255c5dc42
commit c3eb3c6f51

View File

@@ -160,7 +160,6 @@ if(Qt5QmlModels_PKG_CONFIG_FOUND)
list(APPEND QT5_LIBRARIES Qt5QmlModels)
endif()
# TODO: drop this once we switch to Qt 5.12+
find_package(Qt5XmlPatterns QUIET)
if(Qt5XmlPatterns_FOUND)
list(APPEND QT5_LIBRARIES Qt5XmlPatterns)