|
|
@ -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 \ |
|
|
|