wscube.pro 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. #-------------------------------------------------
  2. #
  3. # Project created by QtCreator 2013-02-20T13:53:36
  4. #
  5. #-------------------------------------------------
  6. QT += network script
  7. QT -= gui
  8. TARGET = WSCube
  9. TEMPLATE = lib
  10. DESTDIR = ../../output
  11. include(../../3rdparty/qtsoap/src/qtsoap.pri)
  12. INCLUDEPATH +=../SNCDatabase
  13. INCLUDEPATH +=../SNCZip
  14. INCLUDEPATH +=../SNCCore
  15. DEFINES += WSCUBE_LIBRARY
  16. LIBS += ../../output/sncdatabase.dll\
  17. ../../output/snczip.dll\
  18. ../../output/snccore.dll
  19. SOURCES += \
  20. cube.cpp \
  21. resppacktran.cpp \
  22. resppackmerge.cpp \
  23. respsubmitjsjcfile.cpp \
  24. respuserserviceverify.cpp \
  25. respgetjsjcinfo.cpp \
  26. respdljsjcresultfile.cpp \
  27. respfastsubmitjzjc.cpp \
  28. respgetuserjsjcserviceinfo.cpp \
  29. respgetmfsysparam.cpp \
  30. wscube.cpp \
  31. respgetrecommendseg.cpp \
  32. respgethotareaupdateinfo.cpp \
  33. respgetmyhmyyinfo.cpp \
  34. respsubmithmyy.cpp \
  35. respdlzxshresultfile.cpp \
  36. respgetzxshtaskinfo.cpp \
  37. respgetusershxzserviceinfo.cpp \
  38. respsubmitshkjfile.cpp \
  39. respgetshkjinfo.cpp \
  40. respdlshkjresultfile.cpp \
  41. respgetsegrealpnuminfo.cpp \
  42. respsubmitzxshtask.cpp \
  43. cube2.cpp \
  44. wscube2.cpp \
  45. respdelhmyy.cpp \
  46. respgetpackrealpnuminfo.cpp \
  47. respgetusrslfsltpacksltinfo.cpp \
  48. respgetuserzxshserviceinfo.cpp \
  49. respgetusershkjserviceinfo.cpp \
  50. respgetmf2sysparam.cpp
  51. HEADERS +=\
  52. WSCube_global.h \
  53. cube.h \
  54. resppacktran.h \
  55. resppackmerge.h \
  56. respsubmitjsjcfile.h \
  57. respuserserviceverify.h \
  58. respgetjsjcinfo.h \
  59. respdljsjcresultfile.h \
  60. respfastsubmitjzjc.h \
  61. respgetuserjsjcserviceinfo.h \
  62. respgetmfsysparam.h \
  63. wscube.h \
  64. respgetrecommendseg.h \
  65. respgethotareaupdateinfo.h \
  66. respgetmyhmyyinfo.h \
  67. respsubmithmyy.h \
  68. respdlzxshresultfile.h \
  69. respgetzxshtaskinfo.h \
  70. respgetusershxzserviceinfo.h \
  71. respsubmitshkjfile.h \
  72. respgetshkjinfo.h \
  73. respdlshkjresultfile.h \
  74. respgetsegrealpnuminfo.h \
  75. respsubmitzxshtask.h \
  76. cube2.h \
  77. wscube2.h \
  78. respdelhmyy.h \
  79. respgetpackrealpnuminfo.h \
  80. respgetusrslfsltpacksltinfo.h \
  81. respgetuserzxshserviceinfo.h \
  82. respgetusershkjserviceinfo.h \
  83. respgetmf2sysparam.h