From afde714d64cbf7d4eab0050a20d9f3849ac46c75 Mon Sep 17 00:00:00 2001 From: Kakueeen <60250462+Kakueeen@users.noreply.github.com> Date: Thu, 24 Mar 2022 18:59:26 +0800 Subject: [PATCH] Modify min Qt version of Qt5 in CMakeLists (#666) --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f50c7385c..a4fb61bf5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,7 +29,7 @@ # # Other information: # - supports Windows, Linux, *BSD, macOS, OS/2, Android, -# - Qt 5.10.0 or newer is required, +# - Qt 5.12.0 or newer is required, # - Qt 6.2.3 or newer is required, # - cmake 3.9.0 or newer is required, # - if you wish to make packages for Windows, then you must initialize all submodules @@ -112,7 +112,7 @@ option(REVISION_FROM_GIT "Get revision using `git rev-parse`" ON) # Import Qt libraries. set(QT6_MIN_VERSION 6.2.3) -set(QT5_MIN_VERSION 5.10.0) +set(QT5_MIN_VERSION 5.12.0) set(QT_COMPONENTS Core