wssso.pro 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. #-------------------------------------------------
  2. #
  3. # Project created by QtCreator 2013-01-19T18:01:16
  4. #
  5. #-------------------------------------------------
  6. QT += network script
  7. QT -= gui
  8. include(../../3rdparty/qtsoap/src/qtsoap.pri)
  9. TARGET = WSSSO
  10. TEMPLATE = lib
  11. INCLUDEPATH +=../SNCDatabase
  12. DESTDIR = ../../output
  13. DEFINES += WSSSO_LIBRARY
  14. LIBS += ../../output/sncdatabase.dll
  15. SOURCES += \
  16. sso.cpp \
  17. respusertransfer.cpp \
  18. respuserreg.cpp \
  19. respregsysaccounts.cpp \
  20. respmfuserpay.cpp \
  21. respgetusersso.cpp \
  22. respgettransferinfo.cpp \
  23. respgetsysparam.cpp \
  24. respgetsysaccount.cpp \
  25. respgetmfuserinfo.cpp \
  26. respgetmfuserblance.cpp \
  27. respgetmfpayinfo.cpp \
  28. respedituserinfo.cpp \
  29. respchangepass.cpp \
  30. respbindsysaccount.cpp \
  31. respgetservertime.cpp \
  32. respencrypt.cpp \
  33. respdecrypt.cpp \
  34. wssso.cpp \
  35. respssoheartbeat.cpp \
  36. respssologin.cpp
  37. HEADERS +=\
  38. WSSSO_global.h \
  39. sso.h \
  40. respusertransfer.h \
  41. respuserreg.h \
  42. respregsysaccounts.h \
  43. respmfuserpay.h \
  44. respgetusersso.h \
  45. respgettransferinfo.h \
  46. respgetsysparam.h \
  47. respgetsysaccount.h \
  48. respgetmfuserinfo.h \
  49. respgetmfuserblance.h \
  50. respgetmfpayinfo.h \
  51. respedituserinfo.h \
  52. respchangepass.h \
  53. respbindsysaccount.h \
  54. respgetservertime.h \
  55. respencrypt.h \
  56. respdecrypt.h \
  57. wssso.h \
  58. respssoheartbeat.h \
  59. respssologin.h