彻底改版2.0
This commit is contained in:
21
tool/nettool/api/api.pri
Normal file
21
tool/nettool/api/api.pri
Normal file
@@ -0,0 +1,21 @@
|
||||
HEADERS += $$PWD/appconfig.h \
|
||||
$$PWD/appdata.h \
|
||||
$$PWD/quihelper.h \
|
||||
$$PWD/quihelperdata.h
|
||||
HEADERS += $$PWD/tcpclient.h
|
||||
HEADERS += $$PWD/tcpserver.h
|
||||
|
||||
SOURCES += $$PWD/appconfig.cpp \
|
||||
$$PWD/appdata.cpp \
|
||||
$$PWD/quihelper.cpp \
|
||||
$$PWD/quihelperdata.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