9 Star 32 Fork 23

渡世白玉/QAsioSocket

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
QAsioSocket.pri 694 Bytes
一键复制 编辑 原始数据 按行查看 历史
渡世白玉 提交于 2015-07-31 13:27 . 重新架构。release 0.2.0
INCLUDEPATH += $$PWD/src/include_asio/
INCLUDEPATH += $$PWD/src/
win32:win32-g++:LIBS += -lMswsock
win32:LIBS += -lws2_32
DEFINES += ASIO_STANDALONE
CONFIG += c++11
HEADERS += \
$$PWD/src/ioserviceclass.h \
$$PWD/include/tcpabstractsocket.h \
$$PWD/include/qasiotcpsocket.h \
$$PWD/include/qasiotcpserver.h \
$$PWD/src/linstenclass.hpp \
$$PWD/src/qsocketconnection.h \
$$PWD/include/qasiosslsocket.h \
$$PWD/include/qasiosslserver.h \
$$PWD/include/qasiosocket.h
SOURCES += \
$$PWD/src/qasiotcpsocket.cpp \
$$PWD/src/qasiotcpserver.cpp \
$$PWD/src/qsocketconnection.cpp \
$$PWD/src/qasiosslsocket.cpp \
$$PWD/src/qasiosslserver.cpp
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/dushibaiyu/QAsioSocket.git
git@gitee.com:dushibaiyu/QAsioSocket.git
dushibaiyu
QAsioSocket
QAsioSocket
master

搜索帮助