move hvac app and hvac plugin to new repository
[apps/hvac.git] / binding / binding.pro
1 TARGET = hvac-demo-binding
2
3 SOURCES = hvac-demo-binding.c
4
5 LIBS += -Wl,--version-script=$$PWD/export.map
6
7 CONFIG += link_pkgconfig
8 PKGCONFIG += json-c afb-daemon
9
10 include(binding.pri)