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-17 13:52:49 +02:00

20 lines
400 B
INI

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 = $$[QT_INSTALL_LIBS]
INSTALLS += target
# install headers
pubheaders.files += $$PUBLIC_HEADERS
pubheaders.path = /usr/include/nymea-mqtt/
INSTALLS += pubheaders