19 lines
462 B
Plaintext
19 lines
462 B
Plaintext
INCLUDEPATH += $${PWD}
|
|
|
|
HEADERS += \
|
|
$$PWD/tcpsocketconnection.h \
|
|
$${PWD}/proxyjsonrpcclient.h \
|
|
$${PWD}/jsonreply.h \
|
|
$${PWD}/remoteproxyconnection.h \
|
|
$${PWD}/proxyconnection.h \
|
|
$${PWD}/websocketconnection.h
|
|
|
|
SOURCES += \
|
|
$$PWD/tcpsocketconnection.cpp \
|
|
$${PWD}/proxyjsonrpcclient.cpp \
|
|
$${PWD}/jsonreply.cpp \
|
|
$${PWD}/remoteproxyconnection.cpp \
|
|
$${PWD}/proxyconnection.cpp \
|
|
$${PWD}/websocketconnection.cpp
|
|
|