ValveTest.pro 1.5 KB

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