From fab51b41f54c425bd35ca1912c479afa21b87eb1 Mon Sep 17 00:00:00 2001 From: ConfuSomu Date: Tue, 18 Jun 2024 15:29:10 -0400 Subject: Build with Qt 6 by default Readme has been updated with new indications. We still mention that it builds with Qt 5. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 67f1399..87088bf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON) set(CMAKE_EXPORT_COMPILE_COMMANDS ON) # For Kate's LSP -find_package(QT NAMES Qt5 REQUIRED COMPONENTS Widgets Concurrent) +find_package(QT NAMES Qt6 REQUIRED COMPONENTS Widgets Concurrent) find_package(Qt${QT_VERSION_MAJOR} REQUIRED COMPONENTS Widgets Concurrent) # Compile option for mastodonpp support -- cgit v1.2.3-54-g00ecf