JxcClient.pro 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. QT += core gui network serialport sql printsupport
  2. greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
  3. CONFIG += c++11
  4. # The following define makes your compiler emit warnings if you use
  5. # any Qt feature that has been marked deprecated (the exact warnings
  6. # depend on your compiler). Please consult the documentation of the
  7. # deprecated API in order to know how to port your code away from it.
  8. DEFINES += QT_DEPRECATED_WARNINGS
  9. # You can also make your code fail to compile if it uses deprecated APIs.
  10. # In order to do so, uncomment the following line.
  11. # You can also select to disable deprecated APIs only up to a certain version of Qt.
  12. #DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
  13. include($$PWD/pqQtlib/pqQtlib.pri)
  14. SOURCES += \
  15. configinfo.cpp \
  16. globalinfo.cpp \
  17. handle/autosyncpackinfo.cpp \
  18. handle/printer/boxtemlateone.cpp \
  19. handle/printer/code39.cpp \
  20. handle/httprequest.cpp \
  21. handle/printerthreadhandle.cpp \
  22. handle/seriport/logserialport.cpp \
  23. handle/packinfomanger.cpp \
  24. handle/packinfoseed2server.cpp \
  25. handle/printer/baseboxprinter.cpp \
  26. handle/printer/printermanger.cpp \
  27. handle/projectinfomanger.cpp \
  28. handle/remotepackconfig.cpp \
  29. handle/seriport/rtuport.cpp \
  30. handle/seriport/assictscalet2000.cpp \
  31. handle/seriport/serialbasehandle.cpp \
  32. handle/serialthreadhandle.cpp \
  33. struct_/modelinfo.cpp \
  34. struct_/packinfo.cpp \
  35. struct_/projectinfo.cpp \
  36. widget/addnewspecsform.cpp \
  37. widget/displaysettingsform.cpp \
  38. widget/editboxinfodialog.cpp \
  39. widget/fixedweightpackform.cpp \
  40. widget/loginform.cpp \
  41. main.cpp \
  42. mainwindow.cpp \
  43. widget/modelselectform.cpp \
  44. widget/packdetailform.cpp \
  45. widget/selectvalueform.cpp \
  46. widget/settingsform.cpp \
  47. widget/showmadanlabelform.cpp \
  48. widget/showxiangdanlabelform.cpp \
  49. widget/statisticsform.cpp \
  50. widget/uncertainweightpackform.cpp
  51. HEADERS += \
  52. configinfo.h \
  53. globalinfo.h \
  54. handle/autosyncpackinfo.h \
  55. handle/printer/boxtemlateone.h \
  56. handle/printer/code39.h \
  57. handle/httprequest.h \
  58. handle/packinfomanger.h \
  59. handle/packinfoseed2server.h \
  60. handle/printer/baseboxprinter.h \
  61. handle/printer/printermanger.h \
  62. handle/printerthreadhandle.h \
  63. handle/projectinfomanger.h \
  64. handle/seriport/logserialport.h \
  65. handle/remotepackconfig.h \
  66. handle/seriport/rtuport.h \
  67. handle/seriport/assictscalet2000.h \
  68. handle/seriport/serialbasehandle.h \
  69. handle/serialthreadhandle.h \
  70. struct_/modelinfo.h \
  71. struct_/packinfo.h \
  72. struct_/projectinfo.h \
  73. widget/addnewspecsform.h \
  74. widget/displaysettingsform.h \
  75. widget/editboxinfodialog.h \
  76. widget/fixedweightpackform.h \
  77. widget/loginform.h \
  78. mainwindow.h \
  79. widget/modelselectform.h \
  80. widget/packdetailform.h \
  81. widget/selectvalueform.h \
  82. widget/settingsform.h \
  83. widget/showmadanlabelform.h \
  84. widget/showxiangdanlabelform.h \
  85. widget/statisticsform.h \
  86. widget/uncertainweightpackform.h
  87. FORMS += \
  88. widget/addnewspecsform.ui \
  89. widget/displaysettingsform.ui \
  90. widget/editboxinfodialog.ui \
  91. widget/fixedweightpackform.ui \
  92. widget/loginform.ui \
  93. mainwindow.ui \
  94. widget/modelselectform.ui \
  95. widget/packdetailform.ui \
  96. widget/selectvalueform.ui \
  97. widget/settingsform.ui \
  98. widget/showmadanlabelform.ui \
  99. widget/showxiangdanlabelform.ui \
  100. widget/statisticsform.ui \
  101. widget/uncertainweightpackform.ui
  102. # Default rules for deployment.
  103. qnx: target.path = /tmp/$${TARGET}/bin
  104. else: unix:!android: target.path = /opt/$${TARGET}/bin
  105. !isEmpty(target.path): INSTALLS += target
  106. RESOURCES += \
  107. images.qrc