13 lines
342 B
Prolog
13 lines
342 B
Prolog
include(../nymea-remoteproxy.pri)
|
|
|
|
TEMPLATE = lib
|
|
TARGET = nymea-remoteproxyclient
|
|
target.path = /usr/lib/$$system('dpkg-architecture -q DEB_HOST_MULTIARCH')
|
|
|
|
include(libnymea-remoteproxyclient.pri)
|
|
|
|
installheaders.files = remoteproxyconnection.h
|
|
installheaders.path = /usr/include/nymea-remoteproxyclient/
|
|
|
|
INSTALLS += target installheaders
|