17 lines
382 B
Plaintext
17 lines
382 B
Plaintext
INCLUDEPATH += $${PWD}
|
|
|
|
HEADERS += \
|
|
$${PWD}/jsonrpcclient.h \
|
|
$${PWD}/jsonreply.h \
|
|
$${PWD}/remoteproxyconnection.h \
|
|
$${PWD}/proxyconnection.h \
|
|
$${PWD}/websocketconnection.h
|
|
|
|
SOURCES += \
|
|
$${PWD}/jsonrpcclient.cpp \
|
|
$${PWD}/jsonreply.cpp \
|
|
$${PWD}/remoteproxyconnection.cpp \
|
|
$${PWD}/proxyconnection.cpp \
|
|
$${PWD}/websocketconnection.cpp
|
|
|