Add a QML plugin to expose AMB's ClimateControl objects.
[AGL/meta-agl-demo.git] / recipes-automotive / ambdbusaccess / files / ambdbusaccess.pro
diff --git a/recipes-automotive/ambdbusaccess/files/ambdbusaccess.pro b/recipes-automotive/ambdbusaccess/files/ambdbusaccess.pro
new file mode 100644 (file)
index 0000000..bfd82ee
--- /dev/null
@@ -0,0 +1,12 @@
+QT += core dbus
+QT -= gui
+
+TARGET = ambdbusaccess
+CONFIG += console
+CONFIG -= app_bundle
+CONFIG(release):DEFINES += QT_NO_DEBUG_OUTPUT
+
+TEMPLATE = app
+
+SOURCES += \
+    ambdbusaccess.cpp