move hvac app and hvac plugin to new repository
[apps/hvac.git] / binding / binding.pro
diff --git a/binding/binding.pro b/binding/binding.pro
new file mode 100644 (file)
index 0000000..73ab515
--- /dev/null
@@ -0,0 +1,10 @@
+TARGET = hvac-demo-binding
+
+SOURCES = hvac-demo-binding.c
+
+LIBS += -Wl,--version-script=$$PWD/export.map
+
+CONFIG += link_pkgconfig
+PKGCONFIG += json-c afb-daemon
+
+include(binding.pri)