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.
2019-10-09 09:59:05 +02:00

32 lines
536 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 \
loggingcategories.h \
nymeadservice.h \
pushbuttonagent.h \
SOURCES += \
main.cpp \
application.cpp \
core.cpp \
loggingcategories.cpp \
nymeadservice.cpp \
pushbuttonagent.cpp \
target.path = /usr/bin
INSTALLS += target