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.

23 lines
401 B
Prolog

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