添加 QtNetworkService库

This commit is contained in:
metanoia1989
2020-11-08 20:41:18 +08:00
parent f5788efb47
commit 2ae6e80785
14 changed files with 1083 additions and 2 deletions

View File

@@ -0,0 +1,15 @@
#**********************************************************
#Author: Qt君
#微信公众号: Qt君(文章首发)
#Website: qtbig.com(后续更新)
#Email: 2088201923@qq.com
#QQ交流群: 732271126
#LISCENSE: MIT
#**********************************************************
INCLUDEPATH += $$PWD/
QT += network
!CONFIG(QT_APP_MODE) {
LIBS += -L$$OUT_PWD/Lib -lQtNetworkService
}