From 827b29fe882e28a4155c2797432fa0176673b89d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20O=2E=20Cordero=20P=C3=A9rez?= Date: Sun, 24 Sep 2023 17:24:21 -0400 Subject: [PATCH] Main branch should default to Qt 5 still --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dfd1ba52..2ea554d2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,7 +44,7 @@ set(CMAKE_CXX_STANDARD 17) set(CMAKE_AUTOMOC ON) set(CMAKE_AUTORCC ON) -set(QT_DEFAULT_MAJOR_VERSION 6) +set(QT_DEFAULT_MAJOR_VERSION 5) set(QT_MIN_VERSION 5.15.2) # KF${QT_VERSION_MAJOR} 5.78 for Ubuntu 21.04 and Debian 11, which require no backporting # KF${QT_VERSION_MAJOR} 5.68 is used as a hack to allow Snapcraft build on Ubuntu 20.04 core