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/server/server.pro
2018-11-13 02:06:27 +01:00

16 lines
247 B
INI

TEMPLATE = app
TARGET = nymea-mqttserver
include(../nymea-mqtt.pri)
QT += network
INCLUDEPATH += $$top_srcdir/libnymea-mqtt/
SOURCES += main.cpp
LIBS += -L$$top_builddir/libnymea-mqtt/ -lnymea-mqtt
target.path = /usr/bin/
INSTALLS += target