JxcClient.pro 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  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/printer/boxtemlateone.cpp \
  18. handle/printer/code39.cpp \
  19. handle/httprequest.cpp \
  20. handle/printerthreadhandle.cpp \
  21. handle/seriport/logserialport.cpp \
  22. handle/packinfomanger.cpp \
  23. handle/packinfoseed2server.cpp \
  24. handle/printer/baseboxprinter.cpp \
  25. handle/printer/printermanger.cpp \
  26. handle/projectinfomanger.cpp \
  27. handle/remotepackconfig.cpp \
  28. handle/seriport/rtuport.cpp \
  29. handle/seriport/assictscalet2000.cpp \
  30. handle/seriport/serialbasehandle.cpp \
  31. handle/serialthreadhandle.cpp \
  32. struct_/packinfo.cpp \
  33. struct_/projectinfo.cpp \
  34. widget/addnewspecsform.cpp \
  35. <<<<<<< HEAD
  36. widget/displaysettingsform.cpp \
  37. =======
  38. widget/editboxinfodialog.cpp \
  39. >>>>>>> acffbf9eb654f14ea802492964b4af4f93956627
  40. widget/fixedweightpackform.cpp \
  41. widget/loginform.cpp \
  42. main.cpp \
  43. mainwindow.cpp \
  44. widget/packdetailform.cpp \
  45. widget/selectvalueform.cpp \
  46. widget/settingsform.cpp \
  47. widget/statisticsform.cpp \
  48. widget/uncertainweightpackform.cpp
  49. HEADERS += \
  50. configinfo.h \
  51. globalinfo.h \
  52. handle/printer/boxtemlateone.h \
  53. handle/printer/code39.h \
  54. handle/httprequest.h \
  55. handle/packinfomanger.h \
  56. handle/packinfoseed2server.h \
  57. handle/printer/baseboxprinter.h \
  58. handle/printer/printermanger.h \
  59. handle/printerthreadhandle.h \
  60. handle/projectinfomanger.h \
  61. handle/seriport/logserialport.h \
  62. handle/remotepackconfig.h \
  63. handle/seriport/rtuport.h \
  64. handle/seriport/assictscalet2000.h \
  65. handle/seriport/serialbasehandle.h \
  66. handle/serialthreadhandle.h \
  67. struct_/packinfo.h \
  68. struct_/projectinfo.h \
  69. widget/addnewspecsform.h \
  70. <<<<<<< HEAD
  71. widget/displaysettingsform.h \
  72. =======
  73. widget/editboxinfodialog.h \
  74. >>>>>>> acffbf9eb654f14ea802492964b4af4f93956627
  75. widget/fixedweightpackform.h \
  76. widget/loginform.h \
  77. mainwindow.h \
  78. widget/packdetailform.h \
  79. widget/selectvalueform.h \
  80. widget/settingsform.h \
  81. widget/statisticsform.h \
  82. widget/uncertainweightpackform.h
  83. FORMS += \
  84. widget/addnewspecsform.ui \
  85. <<<<<<< HEAD
  86. widget/displaysettingsform.ui \
  87. =======
  88. widget/editboxinfodialog.ui \
  89. >>>>>>> acffbf9eb654f14ea802492964b4af4f93956627
  90. widget/fixedweightpackform.ui \
  91. widget/loginform.ui \
  92. mainwindow.ui \
  93. widget/packdetailform.ui \
  94. widget/selectvalueform.ui \
  95. widget/settingsform.ui \
  96. widget/statisticsform.ui \
  97. widget/uncertainweightpackform.ui
  98. # Default rules for deployment.
  99. qnx: target.path = /tmp/$${TARGET}/bin
  100. else: unix:!android: target.path = /opt/$${TARGET}/bin
  101. !isEmpty(target.path): INSTALLS += target
  102. RESOURCES += \
  103. images.qrc