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
2019-04-17 14:32:29 +02:00

13 lines
301 B
INI

include(../nymea-remoteproxy.pri)
TEMPLATE = lib
TARGET = nymea-remoteproxyclient
target.path = $$[QT_INSTALL_LIBS]
include(libnymea-remoteproxyclient.pri)
installheaders.files = remoteproxyconnection.h
installheaders.path = /usr/include/nymea-remoteproxyclient/
INSTALLS += target installheaders