Files
EJM_Display/EJM_JueMao.pro

106 lines
2.9 KiB
Prolog
Raw Normal View History

2025-08-20 23:06:28 +08:00
QT += core gui opcua
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
CONFIG += c++11
# You can make your code fail to compile if it uses deprecated APIs.
# In order to do so, uncomment the following line.
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
SOURCES += \
Pages/P00_PublicPage.cpp \
Pages/P01_MianPage.cpp \
Pages/P02_ShieldPage.cpp \
Pages/P301_PumpPage.cpp \
Pages/P401_CuttingPage.cpp \
Pages/P501_LoaderPage.cpp \
Pages/P601_TransportPage.cpp \
Pages/P07_CylinderPage.cpp \
Pages/P08_AlarmPage.cpp \
Pages/P09_RemotePage.cpp \
Pages/P10_IntelligentPage.cpp \
Pages/P11_IsolationPage.cpp \
Pages/P12_NetworkPage.cpp \
Pages/P13_InsPage.cpp \
Pages/P14_AtlasPage.cpp \
Pages/P15_ParameterPage.cpp \
Pages/P16_SettingPage.cpp \
PublicFunctions/Basic.cpp \
PublicFunctions/Components.cpp \
PublicFunctions/CursorController.cpp \
DataCenter/DataCenter.cpp \
DataCenter/OpcUaManager.cpp \
FileOperation/ConfigFiles.cpp \
GlobalDefinitions/Variable.cpp \
Threads/SubThread.cpp \
LaunchPage.cpp \
main.cpp
HEADERS += \
Pages/P00_PublicPage.h \
Pages/P01_MianPage.h \
Pages/P02_ShieldPage.h \
Pages/P301_PumpPage.h \
Pages/P401_CuttingPage.h \
Pages/P501_LoaderPage.h \
Pages/P601_TransportPage.h \
Pages/P07_CylinderPage.h \
Pages/P08_AlarmPage.h \
Pages/P09_RemotePage.h \
Pages/P10_IntelligentPage.h \
Pages/P11_IsolationPage.h \
Pages/P12_NetworkPage.h \
Pages/P13_InsPage.h \
Pages/P14_AtlasPage.h \
Pages/P15_ParameterPage.h \
Pages/P16_SettingPage.h \
PublicFunctions/Basic.h \
PublicFunctions/Components.h \
PublicFunctions/CursorController.h \
DataCenter/DataCenter.h \
DataCenter/OpcUaManager.h \
FileOperation/ConfigFiles.h \
GlobalDefinitions/Configure.h \
GlobalDefinitions/DataType.h \
GlobalDefinitions/MacroDef.h \
GlobalDefinitions/Variable.h \
Threads/SubThread.h \
LaunchPage.h
FORMS += \
Pages/P00_PublicPage.ui \
Pages/P01_MianPage.ui \
Pages/P02_ShieldPage.ui \
Pages/P301_PumpPage.ui \
Pages/P401_CuttingPage.ui \
Pages/P501_LoaderPage.ui \
Pages/P601_TransportPage.ui \
Pages/P07_CylinderPage.ui \
Pages/P08_AlarmPage.ui \
Pages/P09_RemotePage.ui \
Pages/P10_IntelligentPage.ui \
Pages/P11_IsolationPage.ui \
Pages/P12_NetworkPage.ui \
Pages/P13_InsPage.ui \
Pages/P14_AtlasPage.ui \
Pages/P15_ParameterPage.ui \
Pages/P16_SettingPage.ui \
LaunchPage.ui
TRANSLATIONS += \
EJM_JueMao_zh_CN.ts
CONFIG += lrelease
CONFIG += embed_translations
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target
RESOURCES += \
Pictures/Pictures.qrc