ValveTest.pro 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. QT += quick charts
  2. QT += serialport
  3. QT += testlib
  4. QT += widgets
  5. QT += virtualkeyboard axcontainer
  6. # You can make your code fail to compile if it uses deprecated APIs.
  7. # In order to do so, uncomment the following line.
  8. #DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
  9. SOURCES += \
  10. Calibrationpara.cpp \
  11. ComStatistics.cpp \
  12. DLog.cpp \
  13. Modbus.cpp \
  14. Msgbox.cpp \
  15. PressureSensor.cpp \
  16. Standard.cpp \
  17. TestService.cpp \
  18. ballvalve.cpp \
  19. main.cpp \
  20. pid.cpp \
  21. report.cpp \
  22. serialport.cpp \
  23. serialui.cpp \
  24. tank.cpp \
  25. valve.cpp
  26. RESOURCES += qml.qrc
  27. RC_ICONS += $$PWD/valve.ico
  28. DEFINES += QT_MESSAGELOGCONTEXT
  29. # Additional import path used to resolve QML modules in Qt Creator's code model
  30. QML_IMPORT_PATH =
  31. # Additional import path used to resolve QML modules just for Qt Quick Designer
  32. QML_DESIGNER_IMPORT_PATH =
  33. # Default rules for deployment.
  34. qnx: target.path = /tmp/$${TARGET}/bin
  35. else: unix:!android: target.path = /opt/$${TARGET}/bin
  36. !isEmpty(target.path): INSTALLS += target
  37. HEADERS += \
  38. Calibrationpara.h \
  39. ComStatistics.h \
  40. DLog.h \
  41. Modbus.h \
  42. Msgbox.h \
  43. PressureSensor.h \
  44. Standard.h \
  45. TestService.h \
  46. ballvalve.h \
  47. pid.h \
  48. report.h \
  49. serialport.h \
  50. serialui.h \
  51. tank.h \
  52. valve.h
  53. DISTFILES +=