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.
powersync-gpio/nymea-gpio-tool/nymea-gpio-tool.pro

20 lines
323 B
Prolog

include(../nymea-gpio.pri)
TARGET = nymea-gpio-tool
CONFIG += console
CONFIG -= app_bundle
TEMPLATE = app
INCLUDEPATH += $$top_srcdir/libnymea-gpio/
LIBS += -L$$top_builddir/libnymea-gpio/ -lnymea-gpio
HEADERS += \
application.h
SOURCES += main.cpp \
application.cpp
target.path = /usr/bin
INSTALLS += target