From c3eb3c6f515ffa907c30b01cc57c3edb1d8e2bfc Mon Sep 17 00:00:00 2001 From: selsta Date: Thu, 29 Jan 2026 20:15:35 +0100 Subject: [PATCH] cmake: drop comment Removing this code caused build failures with Qt 5.15. --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 41a8a413..0676178d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)