From 7526d6fe7b479321c0e10ba71f0d16423524140f Mon Sep 17 00:00:00 2001 From: feiyangqingyun Date: Thu, 21 Oct 2021 16:04:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- QWidgetDemo.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QWidgetDemo.pro b/QWidgetDemo.pro index 33d628c..71cc575 100644 --- a/QWidgetDemo.pro +++ b/QWidgetDemo.pro @@ -57,7 +57,7 @@ lessThan(QT_MAJOR_VERSION, 5) { SUBDIRS += designer #QtDesigner4源码 } -#qwt项目需要等官方适配了qwt组件才能适配 +#qwt项目需要等官方适配了 qwt 组件才能适配 lessThan(QT_MAJOR_VERSION, 6) { SUBDIRS += qwtdemo #qwt的源码版本,无需插件,直接源码集成到你的项目即可 }