#------------------------------------------------- # # Project created by QtCreator 2022-11-23T21:22:20 # #------------------------------------------------- QT += core gui network charts greaterThan(QT_MAJOR_VERSION, 4): QT += widgets sql ftp printsupport TARGET = DataWatch3500_GUI TEMPLATE = app # The following define makes your compiler emit warnings if you use # any feature of Qt which has been marked as deprecated (the exact warnings # depend on your compiler). Please consult the documentation of the # deprecated API in order to know how to port your code away from it. DEFINES += QT_DEPRECATED_WARNINGS # You can also make your code fail to compile if you use deprecated APIs. # In order to do so, uncomment the following line. # You can also select to disable deprecated APIs only up to a certain version of Qt. #DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0 CONFIG += c++11 SOURCES += \ AddChannel.cpp \ CharacteristicList.cpp \ Configuration.cpp \ CopyChannelSetting.cpp \ DIO_Board.cpp \ FileServerConfig.cpp \ HistoryAlarm.cpp \ NTPServerConfig.cpp \ NetMgr.cpp \ PSConfig.cpp \ RealTimeAlarm.cpp \ SlowSpeedChannelSetting.cpp \ SystemSelfcheck.cpp \ TableHeaderView.cpp \ TerminalInfo.cpp \ TrendGraph.cpp \ TriggerConfig.cpp \ ViewTriggerConfig.cpp \ WaveDisplay.cpp \ WokingConditionConfig.cpp \ ftpclient.cpp \ global.cpp \ headerView.cpp \ mainwindow.cpp \ main.cpp \ qcustomplot.cpp \ quihelper.cpp \ commonfun.cpp \ realtimeform.cpp \ MyCustomGraphicsItem.cpp \ ChannelSetting.cpp \ ChannelList.cpp \ BoardSetting.cpp \ UnitSetting.cpp \ WorkingCondition.cpp \ sqlitedb.cpp HEADERS += \ AddChannel.h \ CharacteristicList.h \ Configuration.h \ CopyChannelSetting.h \ DIO_Board.h \ FileServerConfig.h \ HistoryAlarm.h \ NTPServerConfig.h \ NetMgr.h \ PSConfig.h \ RealTimeAlarm.h \ SlowSpeedChannelSetting.h \ SystemSelfcheck.h \ TableHeaderView.h \ TerminalInfo.h \ TrendGraph.h \ TriggerConfig.h \ ViewTriggerConfig.h \ WaveDisplay.h \ WokingConditionConfig.h \ ftpclient.h \ global.h \ headerView.h \ mainwindow.h \ qcustomplot.h \ quihelper.h \ commonfun.h \ realtimeform.h \ MyCustomGraphicsItem.h \ ChannelSetting.h \ ChannelList.h \ BoardSetting.h \ UnitSetting.h \ WorkingCondition.h \ sqlitedb.h FORMS += \ AddChannel.ui \ CharacteristicList.ui \ Configuration.ui \ CopyChannelSetting.ui \ DIO_Board.ui \ FileServerConfig.ui \ HistoryAlarm.ui \ NTPServerConfig.ui \ PSConfig.ui \ RealTimeAlarm.ui \ SlowSpeedChannelSetting.ui \ SystemSelfcheck.ui \ TerminalInfo.ui \ TrendGraph.ui \ TriggerConfig.ui \ ViewTriggerConfig.ui \ WaveDisplay.ui \ WokingConditionConfig.ui \ mainwindow.ui \ realtimeform.ui \ channelsetting.ui \ channellist.ui \ boardsetting.ui \ UnitSetting.ui \ WorkingCondition.ui # Default rules for deployment. qnx: target.path = /tmp/$${TARGET}/bin else: unix:!android: target.path = /opt/$${TARGET}/bin !isEmpty(target.path): INSTALLS += target RESOURCES += \ qss.qrc DISTFILES += \ image/Btn/btn.png \ image/Btn/btn_p.png