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.
2018-03-06 13:57:52 +01:00

34 lines
722 B
Prolog

include(../nymea-networkmanager.pri)
TARGET = nymea-networkmanager
QT += core network bluetooth dbus
QT -= gui
CONFIG += console
CONFIG -= app_bundle
TEMPLATE = app
INCLUDEPATH += $$top_srcdir/libnymea-networkmanager/
LIBS += -L$$top_builddir/libnymea-networkmanager/ -lnymea-networkmanager1
HEADERS += \
core.h \
bluetooth/bluetoothserver.h \
bluetooth/networkservice.h \
bluetooth/bluetoothuuids.h \
bluetooth/wirelessservice.h \
bluetooth/loggingcategories.h
SOURCES += \
main.cpp \
core.cpp \
bluetooth/bluetoothserver.cpp \
bluetooth/networkservice.cpp \
bluetooth/wirelessservice.cpp \
bluetooth/loggingcategories.cpp
target.path = /usr/bin
INSTALLS += target