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