19 lines
283 B
Prolog
19 lines
283 B
Prolog
include(../plugins.pri)
|
|
|
|
TARGET = $$qtLibraryTarget(nymea_integrationpluginonewire)
|
|
|
|
LIBS += \
|
|
-low \
|
|
-lowcapi \
|
|
|
|
SOURCES += \
|
|
integrationpluginonewire.cpp \
|
|
owfs.cpp \
|
|
w1.cpp \
|
|
|
|
HEADERS += \
|
|
integrationpluginonewire.h \
|
|
owfs.h \
|
|
w1.h \
|
|
|