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-08-21 22:16:45 +02:00

20 lines
308 B
Prolog

include(../nymea-remoteproxy.pri)
TARGET = nymea-remoteproxy-monitor
TEMPLATE = app
HEADERS += \
monitorclient.h \
terminalwindow.h \
monitor.h
SOURCES += main.cpp \
monitorclient.cpp \
terminalwindow.cpp \
monitor.cpp
LIBS += -lncurses
target.path = /usr/bin
INSTALLS += target