From 83d87a48fcc440bbae7e906c55eff7a114426d08 Mon Sep 17 00:00:00 2001 From: zhangsan Date: Thu, 21 Oct 2021 14:49:27 +0800 Subject: [PATCH] =?UTF-8?q?pro=E6=96=87=E4=BB=B6=E4=B8=AD=E5=8E=BB?= =?UTF-8?q?=E9=99=A4=E6=97=A0=E7=94=A8=E6=96=87=E4=BB=B6=EF=BC=8C=E4=BB=A5?= =?UTF-8?q?=E7=BC=A9=E5=87=8F=E7=9B=AE=E6=A0=87=E5=B9=B3=E5=8F=B0=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- QCPShow.pro | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/QCPShow.pro b/QCPShow.pro index 387c40d..f4e5a96 100644 --- a/QCPShow.pro +++ b/QCPShow.pro @@ -35,12 +35,12 @@ DEFINES += QT_DEPRECATED_WARNINGS SOURCES += main.cpp\ mainwidget.cpp \ - serial/serialport.cpp \ - ccwidgets/cqlineedit.cpp \ - ccwidgets/cqspinbox.cpp \ - ccwidgets/cqtextedit.cpp \ - ccwidgets/cqwidgetspinbox.cpp \ - util/commonutil.cpp \ +# serial/serialport.cpp \ +# ccwidgets/cqlineedit.cpp \ +# ccwidgets/cqspinbox.cpp \ +# ccwidgets/cqtextedit.cpp \ +# ccwidgets/cqwidgetspinbox.cpp \ +# util/commonutil.cpp \ httpservice.cpp \ mainconfig.cpp \ websocketservice.cpp \ @@ -48,12 +48,12 @@ SOURCES += main.cpp\ deviceservice.cpp HEADERS += mainwidget.h \ - serial/serialport.h \ - ccwidgets/cqlineedit.h \ - ccwidgets/cqspinbox.h \ - ccwidgets/cqtextedit.h \ - ccwidgets/cqwidgetspinbox.h \ - util/commonutil.h \ +# serial/serialport.h \ +# ccwidgets/cqlineedit.h \ +# ccwidgets/cqspinbox.h \ +# ccwidgets/cqtextedit.h \ +# ccwidgets/cqwidgetspinbox.h \ +# util/commonutil.h \ httpservice.h \ mainconfig.h \ websocketservice.h \