From 40017cbf4f61393ab04b000ebb391a52a237ddad Mon Sep 17 00:00:00 2001 From: feiyangqingyun Date: Mon, 25 Dec 2023 09:54:52 +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 --- third/third.pro | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/third/third.pro b/third/third.pro index d968c73..5316709 100644 --- a/third/third.pro +++ b/third/third.pro @@ -17,7 +17,11 @@ greaterThan(QT_MAJOR_VERSION, 5) { SUBDIRS -= hotkey SUBDIRS -= shortcut SUBDIRS -= qwtdemo -} +#qcustomplot在qt6中暂时不支持debug套件 +#准确的说是不支持6.4及以上/等官方解决以后再去掉这个限制 +CONFIG(debug, debug|release) { +SUBDIRS -= qcustomplotdemo +}} win32 { SUBDIRS += miniblink