ValveTest.pro 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. QT += quick charts sql
  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. Deviceinfo.cpp \
  14. Modbus.cpp \
  15. Msgbox.cpp \
  16. PressureSensor.cpp \
  17. Standard.cpp \
  18. TestService.cpp \
  19. ballvalve.cpp \
  20. main.cpp \
  21. pid.cpp \
  22. report.cpp \
  23. serialport.cpp \
  24. serialui.cpp \
  25. tank.cpp \
  26. valve.cpp
  27. RESOURCES += qml.qrc
  28. RC_ICONS += $$PWD/valve.ico
  29. DEFINES += QT_MESSAGELOGCONTEXT
  30. # Additional import path used to resolve QML modules in Qt Creator's code model
  31. QML_IMPORT_PATH =
  32. # Additional import path used to resolve QML modules just for Qt Quick Designer
  33. QML_DESIGNER_IMPORT_PATH =
  34. # Default rules for deployment.
  35. qnx: target.path = /tmp/$${TARGET}/bin
  36. else: unix:!android: target.path = /opt/$${TARGET}/bin
  37. !isEmpty(target.path): INSTALLS += target
  38. HEADERS += \
  39. Calibrationpara.h \
  40. ComStatistics.h \
  41. DLog.h \
  42. Deviceinfo.h \
  43. Modbus.h \
  44. Msgbox.h \
  45. PressureSensor.h \
  46. Standard.h \
  47. TestService.h \
  48. ballvalve.h \
  49. pid.h \
  50. report.h \
  51. serialport.h \
  52. serialui.h \
  53. tank.h \
  54. valve.h
  55. DISTFILES +=