aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/irc
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2022-04-17 09:39:47 +0200
committerRenaud G <renaud@rolisteam.org>2022-04-17 09:39:47 +0200
commit0faec227b3ceb69225c59b1fc0d1da53de848ce5 (patch)
treea3888819d8630d26ce3f62226cd9e8507cab4dda /irc
parent6ba9324cf4864ebd2e2cdec8098b0889ceaea0a8 (diff)
downloadOneRoll-0faec227b3ceb69225c59b1fc0d1da53de848ce5.tar.gz
OneRoll-0faec227b3ceb69225c59b1fc0d1da53de848ce5.zip
Fix submodule with Qt6
Diffstat (limited to 'irc')
-rw-r--r--irc/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/CMakeLists.txt b/irc/CMakeLists.txt
index c38c5b6..27f8f6e 100644
--- a/irc/CMakeLists.txt
+++ b/irc/CMakeLists.txt
@@ -10,14 +10,14 @@ SET(CMAKE_AUTOUIC ON)
set(EXECUTABLE_OUTPUT_PATH bin/)
# Find the QtWidgets library
-set(QT_REQUIRED_VERSION "5.12.0")
+set(QT_REQUIRED_VERSION "6.3.0")
set(irc_SOURCES botircdiceparser.cpp main.cpp)
set(irc_HEADERS botircdiceparser.h)
-find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED COMPONENTS Core Widgets Gui Svg LinguistTools Network)
+find_package(Qt6 ${QT_REQUIRED_VERSION} CONFIG REQUIRED COMPONENTS Core Widgets Gui Svg LinguistTools Network)
set(MODE "cli")