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.

15 lines
333 B
Prolog

include(/usr/include/nymea/plugin.pri)
TARGET = $$qtLibraryTarget(nymea_devicepluginsimplebutton)
message(============================================)
message("Qt version: $$[QT_VERSION]")
message("Building $$deviceplugin$${TARGET}.so")
SOURCES += \
devicepluginsimplebutton.cpp
HEADERS += \
devicepluginsimplebutton.h