From b49823aa5155ecc253397902acad50792819267d Mon Sep 17 00:00:00 2001
From: mar77i <mar77i@protonmail.ch>
Date: Wed, 17 Apr 2024 19:10:54 +0200
Subject: [PATCH] Qt5 did not ship QVector.resize() with an initializer

---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7787013..79d1f26 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -9,7 +9,7 @@ set(CMAKE_AUTORCC ON)
 set(CMAKE_CXX_STANDARD 11)
 set(CMAKE_CXX_STANDARD_REQUIRED ON)
 
-find_package(QT NAMES Qt6 Qt5 REQUIRED COMPONENTS Widgets Concurrent)
+find_package(QT NAMES Qt6 REQUIRED COMPONENTS Widgets Concurrent)
 find_package(Qt${QT_VERSION_MAJOR} REQUIRED COMPONENTS Widgets Concurrent)
 
 set(PROJECT_SOURCES
-- 
2.48.1