This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
powersync-remoteproxy/libnymea-remoteproxyclient/libnymea-remoteproxyclient.pro
2018-08-14 17:33:01 +02:00

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