QT -= gui TEMPLATE = lib DEFINES += OISTKC_LIBRARY CONFIG += c++11 # You can make your code fail to compile if it uses deprecated APIs. # In order to do so, uncomment the following line. #DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0 SOURCES += \ AceCmder.cpp \ MainCmder.cpp \ MsgCmder.cpp \ OISTKCMgr.cpp \ OISTKCallback.cpp \ OISTKConnect.cpp \ OISTKMsgItem.cpp \ OISTKMsgSubscribeMgr.cpp \ OISTKSession.cpp \ SysCmder.cpp HEADERS += \ AceCmder.h \ MainCmder.h \ MsgCmder.h \ OISTKCInclude.h \ OISTKCMgr.h \ OISTKC_global.h \ OISTKCallback.h \ OISTKConnect.h \ OISTKMsgItem.h \ OISTKMsgSubscribeMgr.h \ OISTKSession.h \ STKCommDef.h \ STKErrCode.h \ SysCmder.h \ stdafx.h # Default rules for deployment. unix { target.path = /usr/lib } !isEmpty(target.path): INSTALLS += target include(OISTKC.pri)