新增websocket调试助手集成在nettool中
This commit is contained in:
@@ -1,9 +1,17 @@
|
||||
HEADERS += \
|
||||
$$PWD/app.h \
|
||||
$$PWD/quiwidget.h \
|
||||
$$PWD/tcpserver.h
|
||||
HEADERS += $$PWD/app.h
|
||||
HEADERS += $$PWD/quiwidget.h
|
||||
HEADERS += $$PWD/tcpclient.h
|
||||
HEADERS += $$PWD/tcpserver.h
|
||||
|
||||
SOURCES += \
|
||||
$$PWD/app.cpp \
|
||||
$$PWD/quiwidget.cpp \
|
||||
$$PWD/tcpserver.cpp
|
||||
SOURCES += $$PWD/app.cpp
|
||||
SOURCES += $$PWD/quiwidget.cpp
|
||||
SOURCES += $$PWD/tcpclient.cpp
|
||||
SOURCES += $$PWD/tcpserver.cpp
|
||||
|
||||
contains(DEFINES, websocket) {
|
||||
HEADERS += $$PWD/webclient.h
|
||||
HEADERS += $$PWD/webserver.h
|
||||
|
||||
SOURCES += $$PWD/webclient.cpp
|
||||
SOURCES += $$PWD/webserver.cpp
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user