| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- #-------------------------------------------------
- #
- # Project created by QtCreator 2013-01-19T18:01:16
- #
- #-------------------------------------------------
- QT += network script
- QT -= gui
- include(../../3rdparty/qtsoap/src/qtsoap.pri)
- TARGET = WSSSO
- TEMPLATE = lib
- INCLUDEPATH +=../SNCDatabase
- DESTDIR = ../../output
- DEFINES += WSSSO_LIBRARY
- LIBS += ../../output/sncdatabase.dll
- SOURCES += \
- sso.cpp \
- respusertransfer.cpp \
- respuserreg.cpp \
- respregsysaccounts.cpp \
- respmfuserpay.cpp \
- respgetusersso.cpp \
- respgettransferinfo.cpp \
- respgetsysparam.cpp \
- respgetsysaccount.cpp \
- respgetmfuserinfo.cpp \
- respgetmfuserblance.cpp \
- respgetmfpayinfo.cpp \
- respedituserinfo.cpp \
- respchangepass.cpp \
- respbindsysaccount.cpp \
- respgetservertime.cpp \
- respencrypt.cpp \
- respdecrypt.cpp \
- wssso.cpp \
- respssoheartbeat.cpp \
- respssologin.cpp
- HEADERS +=\
- WSSSO_global.h \
- sso.h \
- respusertransfer.h \
- respuserreg.h \
- respregsysaccounts.h \
- respmfuserpay.h \
- respgetusersso.h \
- respgettransferinfo.h \
- respgetsysparam.h \
- respgetsysaccount.h \
- respgetmfuserinfo.h \
- respgetmfuserblance.h \
- respgetmfpayinfo.h \
- respedituserinfo.h \
- respchangepass.h \
- respbindsysaccount.h \
- respgetservertime.h \
- respencrypt.h \
- respdecrypt.h \
- wssso.h \
- respssoheartbeat.h \
- respssologin.h
|