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-mqtt/libnymea-mqtt/libnymea-mqtt.pro
2019-04-16 20:14:20 +02:00

20 lines
390 B
Prolog

TEMPLATE = lib
TARGET = nymea-mqtt
include(libnymea-mqtt.pri)
# The .pri is made for other projects to include it in a static manner
# Change it to build a shared lib here.
CONFIG -= static
CONFIG += shared
# install lib
target.path = /usr/lib
INSTALLS += target
# install headers
pubheaders.files += $$PUBLIC_HEADERS
pubheaders.path = /usr/include/nymea-mqtt/
INSTALLS += pubheaders