#------------------------------------------------- # # 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