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.
Michael Zanetti 5a52c00596 Add a dbus interface to trigger the bluetooth server
Also fixes the button config not working at all
2021-03-25 23:47:39 +01:00

32 lines
562 B
Prolog

include(../nymea-networkmanager.pri)
TARGET = nymea-networkmanager
QT += core network bluetooth dbus
QT -= gui
CONFIG += console link_pkgconfig
CONFIG -= app_bundle
TEMPLATE = app
PKGCONFIG += nymea-networkmanager nymea-gpio
HEADERS += \
application.h \
core.h \
nymeadservice.h \
nymeanetworkmanagerdbusservice.h \
pushbuttonagent.h \
SOURCES += \
main.cpp \
application.cpp \
core.cpp \
nymeadservice.cpp \
nymeanetworkmanagerdbusservice.cpp \
pushbuttonagent.cpp \
target.path = /usr/bin
INSTALLS += target