nymea-plugins/pianohat/pianohat.pro
2018-07-16 14:45:34 +02:00

19 lines
293 B
Prolog

include(../plugins.pri)
TARGET = $$qtLibraryTarget(nymea_devicepluginpianohat)
QT += multimedia
RESOURCES += sounds/sounds.qrc
SOURCES += \
devicepluginpianohat.cpp \
pianohat.cpp \
touchsensor.cpp
HEADERS += \
devicepluginpianohat.h \
pianohat.h \
touchsensor.h