[界面通过zmq请求调用指定动态库函数(三)]将zmq请求集成二次开发接口
[优点]根据接口固定请求;
[缺点]不能定制化请求,且收发都固定;
zmq版本:4.3.5,在其他文章里有下载安装包的链接,自取麒麟zmq4.3.5安装包。
1.工程配置ZmqClinetReq.pro
#-------------------------------------------------
#
# Project created by QtCreator 2025-09-01T09:59:07
#
#-------------------------------------------------
QT += core
QT -= guiTARGET = ZmqClinetReq
TEMPLATE = lib
CONFIG += plugin
CONFIG += c++11DEFINES += ZMQCLINETREQ_LIBRARY# The following define makes your compiler emit warnings if you use
# any feature of Qt which as been marked as deprecated (the exact warnings
# depend on your compiler). Please consult the documentation o