更新项目结构

This commit is contained in:
metanoia1989
2020-11-13 22:57:37 +08:00
parent 8972425c7c
commit 66ef37c1ca
75 changed files with 465 additions and 43 deletions

View File

@@ -11,5 +11,5 @@ INCLUDEPATH += $$PWD/
QT += network
!CONFIG(QT_APP_MODE) {
LIBS += -L$$OUT_PWD/Lib -lQtNetworkService
LIBS += -L$$OUT_PWD/../third-party/QtNetworkService/Lib -lQtNetworkService
}