2024-02-06 06:27:07 +00:00
|
|
|
#-------------------------------------------------
|
|
|
|
#
|
|
|
|
# Project created by Qt5.9.1 2021-03-08T08:42:36
|
|
|
|
# created by HUAHAIYAN
|
|
|
|
#-------------------------------------------------
|
|
|
|
|
|
|
|
TEMPLATE = app
|
|
|
|
|
|
|
|
|
|
|
|
TARGET = XPlatForm
|
|
|
|
|
|
|
|
CONFIG += c++11
|
|
|
|
CONFIG += resources_big
|
|
|
|
|
|
|
|
QT += core gui network
|
|
|
|
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
|
|
|
|
|
|
|
OBJECTS_DIR += obj
|
|
|
|
MOC_DIR += moc
|
|
|
|
UI_DIR += forms
|
|
|
|
RCC_DIR += rccs
|
|
|
|
|
|
|
|
#昆仑通态操作屏设置时间的库
|
|
|
|
unix:LIBS +=-L/usr/local/MCGS/sysroot-mcgs/usr/lib -lmcgs-hal
|
|
|
|
|
|
|
|
FORMS += \
|
|
|
|
sharedviews/colorordersetwidget.ui \
|
|
|
|
sharedviews/controlactionwidget.ui \
|
|
|
|
sharedviews/needlebarsetwidget.ui \
|
|
|
|
sharedviews/numerinputdialog.ui \
|
|
|
|
sharedviews/parametersetdialog.ui \
|
|
|
|
sharedviews/passworddialog.ui \
|
|
|
|
sharedviews/patternmanagewidget.ui \
|
|
|
|
sharedviews/patternselectwidget.ui \
|
|
|
|
sharedviews/promptdialog.ui \
|
|
|
|
sharedviews/sensorinputwidget.ui \
|
|
|
|
sharedviews/systemmanagedialog.ui \
|
|
|
|
sharedviews/wordsinputdialog.ui \
|
|
|
|
mctype/patternsingleboard/mainUI/mainwidget.ui \
|
|
|
|
sharedviews/sheetwidget.ui \
|
|
|
|
sharedviews/setworkarea.ui \
|
|
|
|
sharedviews/brokenlinedialog.ui \
|
|
|
|
sharedviews/debuginfodialog.ui
|
|
|
|
|
|
|
|
|
|
|
|
HEADERS += \
|
|
|
|
main.h \
|
|
|
|
items/paraitem.h \
|
|
|
|
items/sensoritem.h \
|
|
|
|
machine/comport.h \
|
|
|
|
machine/error.h \
|
|
|
|
machine/machine.h \
|
|
|
|
machine/qbindtcpsocket.h \
|
|
|
|
machine/tcpclient.h \
|
|
|
|
machine/comm/comm.h \
|
|
|
|
machine/comm/config.h \
|
|
|
|
machine/comm/crc16.h \
|
|
|
|
machine/comm/crc32.h \
|
|
|
|
machine/comm/datadef.h \
|
|
|
|
machine/comm/protocol.h \
|
|
|
|
machine/comm/typedef.h \
|
|
|
|
machine/qextserial/qextserialbase.h \
|
|
|
|
machine/qextserial/qextserialport.h \
|
|
|
|
datafile/datafiledst.h \
|
|
|
|
datafile/embdata.h \
|
|
|
|
datafile/datafiledsr.h \
|
|
|
|
items/outctrlitem.h \
|
|
|
|
items/shortcutitem.h \
|
|
|
|
items/cmdconfig.h \
|
|
|
|
items/fileitem.h \
|
|
|
|
settings/settings.h \
|
|
|
|
sharedviews/colorordersetwidget.h \
|
|
|
|
sharedviews/controlactionwidget.h \
|
|
|
|
sharedviews/needlebarsetwidget.h \
|
|
|
|
sharedviews/numerinputdialog.h \
|
|
|
|
sharedviews/parametersetdialog.h \
|
|
|
|
sharedviews/passworddialog.h \
|
|
|
|
sharedviews/patternmanagewidget.h \
|
|
|
|
sharedviews/patternselectwidget.h \
|
|
|
|
sharedviews/promptdialog.h \
|
|
|
|
sharedviews/sensorinputwidget.h \
|
|
|
|
sharedviews/systemmanagedialog.h \
|
|
|
|
sharedviews/wordsinputdialog.h \
|
|
|
|
sharedviews/mybutton.h \
|
|
|
|
mctype/mainwidgetfunction.h \
|
|
|
|
sharedviews/setcontrolstyle.h \
|
|
|
|
datafile/dsrcryption.h \
|
|
|
|
items/itemsmanage.h \
|
|
|
|
items/assistitem.h \
|
|
|
|
items/patternsetitem.h \
|
|
|
|
items/embfunctionitem.h \
|
|
|
|
datafile/outline.h \
|
|
|
|
mctype/patternsingleboard/mainUI/mainwidget.h \
|
|
|
|
mctype/patternsingleboard/function/flatembroidery.h \
|
|
|
|
settings/lotsettings.h \
|
|
|
|
machine/lotmachine.h \
|
|
|
|
items/parasetitem.h \
|
|
|
|
mctype/machinetypefun.h \
|
|
|
|
sharedviews/sheetwidget.h \
|
|
|
|
machine/gatewaytcpclient.h \
|
|
|
|
items/errorcodestateitem.h \
|
|
|
|
sharedviews/setworkarea.h \
|
|
|
|
sharedviews/brokenlinedialog.h \
|
|
|
|
Lot/csvcode.h \
|
|
|
|
mctype/patternsingleboard/function/quiembroidery.h \
|
|
|
|
sharedviews/debuginfodialog.h
|
|
|
|
|
|
|
|
SOURCES += \
|
|
|
|
main.cpp \
|
|
|
|
items/paraitem.cpp \
|
|
|
|
items/sensoritem.cpp \
|
|
|
|
machine/comport.cpp \
|
|
|
|
machine/error.cpp \
|
|
|
|
machine/machine.cpp \
|
|
|
|
machine/qbindtcpsocket.cpp \
|
|
|
|
machine/tcpclient.cpp \
|
|
|
|
machine/comm/comm.cpp \
|
|
|
|
machine/comm/crc16.cpp \
|
|
|
|
machine/comm/crc32.cpp \
|
|
|
|
machine/qextserial/qextserialbase.cpp \
|
|
|
|
machine/qextserial/qextserialport.cpp \
|
|
|
|
datafile/datafiledst.cpp \
|
|
|
|
datafile/embdata.cpp \
|
|
|
|
datafile/datafiledsr.cpp \
|
|
|
|
items/outctrlitem.cpp \
|
|
|
|
items/shortcutitem.cpp \
|
|
|
|
items/fileitem.cpp \
|
|
|
|
settings/settings.cpp \
|
|
|
|
sharedviews/colorordersetwidget.cpp \
|
|
|
|
sharedviews/controlactionwidget.cpp \
|
|
|
|
sharedviews/needlebarsetwidget.cpp \
|
|
|
|
sharedviews/numerinputdialog.cpp \
|
|
|
|
sharedviews/parametersetdialog.cpp \
|
|
|
|
sharedviews/passworddialog.cpp \
|
|
|
|
sharedviews/patternmanagewidget.cpp \
|
|
|
|
sharedviews/patternselectwidget.cpp \
|
|
|
|
sharedviews/promptdialog.cpp \
|
|
|
|
sharedviews/sensorinputwidget.cpp \
|
|
|
|
sharedviews/systemmanagedialog.cpp \
|
|
|
|
sharedviews/wordsinputdialog.cpp \
|
|
|
|
sharedviews/mybutton.cpp \
|
|
|
|
mctype/mainwidgetfunction.cpp \
|
|
|
|
sharedviews/setcontrolstyle.cpp \
|
|
|
|
datafile/dsrcryption.cpp \
|
|
|
|
items/itemsmanage.cpp \
|
|
|
|
items/assistitem.cpp \
|
|
|
|
items/patternsetitem.cpp \
|
|
|
|
items/embfunctionitem.cpp \
|
|
|
|
datafile/outline.cpp \
|
|
|
|
mctype/patternsingleboard/mainUI/mainwidget.cpp \
|
|
|
|
mctype/patternsingleboard/function/flatembroidery.cpp \
|
|
|
|
machine/lotmachine.cpp \
|
|
|
|
items/parasetitem.cpp \
|
|
|
|
mctype/machinetypefun.cpp \
|
|
|
|
sharedviews/sheetwidget.cpp \
|
|
|
|
machine/gatewaytcpclient.cpp \
|
|
|
|
items/errorcodestateitem.cpp \
|
|
|
|
sharedviews/setworkarea.cpp \
|
|
|
|
sharedviews/brokenlinedialog.cpp \
|
|
|
|
mctype/patternsingleboard/function/quiembroidery.cpp \
|
|
|
|
sharedviews/debuginfodialog.cpp
|
|
|
|
|
|
|
|
#windows下调用库
|
|
|
|
#win32:LIBS += $$PWD/../../HMI-Widget/XPlatform/Dll/Machine.dll
|
|
|
|
#win32:LIBS += $$PWD/../../HMI-Widget/XPlatform/Dll/DataFileComb.dll
|
|
|
|
|
|
|
|
#linux下调用库
|
|
|
|
#unix:LIBS += $$PWD/../../HMI-Widget/XPlatform/Dll/Machine
|
|
|
|
|
|
|
|
#RESOURCES += \
|
|
|
|
# bf.qrc
|
|
|
|
|
|
|
|
unix:INSTALLS += target
|
|
|
|
unix:target.path=/root
|
|
|
|
|
|
|
|
TRANSLATIONS += chinese.ts\
|
|
|
|
english.ts\
|
|
|
|
spanish.ts\
|
|
|
|
bengal.ts\
|
|
|
|
turkey.ts\
|
|
|
|
portugal.ts\
|
|
|
|
french.ts\
|
|
|
|
arabic.ts\
|
|
|
|
ukrainian.ts\
|
|
|
|
russian.ts\
|
|
|
|
uzbek.ts\
|
2024-03-01 07:57:37 +00:00
|
|
|
korean.ts\
|
|
|
|
vietnamese.ts
|
2024-02-06 06:27:07 +00:00
|
|
|
|
|
|
|
unix:HEADERS += machine/qextserial/posix_qextserialport.h
|
|
|
|
unix:SOURCES += machine/qextserial/posix_qextserialport.cpp
|
|
|
|
unix:DEFINES += _TTY_POSIX_
|
|
|
|
|
|
|
|
win32:HEADERS += machine/qextserial/win_qextserialport.h
|
|
|
|
win32:SOURCES += machine/qextserial/win_qextserialport.cpp
|
|
|
|
win32:DEFINES += _TTY_WIN_
|
|
|
|
|