From 4b71f19e46167c9bb70bb11cf19b8f8c335d40b3 Mon Sep 17 00:00:00 2001 From: hyzboy Date: Mon, 18 Jan 2021 15:29:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=81=A2=E5=A4=8DQT=E6=94=AF=E6=8C=81=E4=B8=BA?= =?UTF-8?q?5.14?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- QtCommon.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/QtCommon.cmake b/QtCommon.cmake index 2aed459..3bd187c 100644 --- a/QtCommon.cmake +++ b/QtCommon.cmake @@ -76,8 +76,8 @@ init_os_bundle() init_qt() fix_win_compiler() -set(QT_MIN_VERSION "6.0.0") -find_package(Qt6 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS Core Gui Widgets) +set(QT_MIN_VERSION "5.14.0") +find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS Core Gui Widgets) set(CMAKE_INCLUDE_CURRENT_DIR ON) # Set additional project information