| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- #-------------------------------------------------
- #
- # Project created by QtCreator 2013-02-20T13:53:36
- #
- #-------------------------------------------------
- QT += network script
- QT -= gui
- TARGET = WSCube
- TEMPLATE = lib
- DESTDIR = ../../output
- include(../../3rdparty/qtsoap/src/qtsoap.pri)
- INCLUDEPATH +=../SNCDatabase
- INCLUDEPATH +=../SNCZip
- INCLUDEPATH +=../SNCCore
- DEFINES += WSCUBE_LIBRARY
- LIBS += ../../output/sncdatabase.dll\
- ../../output/snczip.dll\
- ../../output/snccore.dll
- SOURCES += \
- cube.cpp \
- resppacktran.cpp \
- resppackmerge.cpp \
- respsubmitjsjcfile.cpp \
- respuserserviceverify.cpp \
- respgetjsjcinfo.cpp \
- respdljsjcresultfile.cpp \
- respfastsubmitjzjc.cpp \
- respgetuserjsjcserviceinfo.cpp \
- respgetmfsysparam.cpp \
- wscube.cpp \
- respgetrecommendseg.cpp \
- respgethotareaupdateinfo.cpp \
- respgetmyhmyyinfo.cpp \
- respsubmithmyy.cpp \
- respdlzxshresultfile.cpp \
- respgetzxshtaskinfo.cpp \
- respgetusershxzserviceinfo.cpp \
- respsubmitshkjfile.cpp \
- respgetshkjinfo.cpp \
- respdlshkjresultfile.cpp \
- respgetsegrealpnuminfo.cpp \
- respsubmitzxshtask.cpp \
- cube2.cpp \
- wscube2.cpp \
- respdelhmyy.cpp \
- respgetpackrealpnuminfo.cpp \
- respgetusrslfsltpacksltinfo.cpp \
- respgetuserzxshserviceinfo.cpp \
- respgetusershkjserviceinfo.cpp \
- respgetmf2sysparam.cpp
- HEADERS +=\
- WSCube_global.h \
- cube.h \
- resppacktran.h \
- resppackmerge.h \
- respsubmitjsjcfile.h \
- respuserserviceverify.h \
- respgetjsjcinfo.h \
- respdljsjcresultfile.h \
- respfastsubmitjzjc.h \
- respgetuserjsjcserviceinfo.h \
- respgetmfsysparam.h \
- wscube.h \
- respgetrecommendseg.h \
- respgethotareaupdateinfo.h \
- respgetmyhmyyinfo.h \
- respsubmithmyy.h \
- respdlzxshresultfile.h \
- respgetzxshtaskinfo.h \
- respgetusershxzserviceinfo.h \
- respsubmitshkjfile.h \
- respgetshkjinfo.h \
- respdlshkjresultfile.h \
- respgetsegrealpnuminfo.h \
- respsubmitzxshtask.h \
- cube2.h \
- wscube2.h \
- respdelhmyy.h \
- respgetpackrealpnuminfo.h \
- respgetusrslfsltpacksltinfo.h \
- respgetuserzxshserviceinfo.h \
- respgetusershkjserviceinfo.h \
- respgetmf2sysparam.h
|