summaryrefslogtreecommitdiffstats
path: root/recipes-automotive/ambdbusaccess/files/ambdbusaccess.pro
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2015-12-22 00:46:19 +0100
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2015-12-22 00:48:01 +0100
commitdf9e0ad632b122e19964d2f39588fb5fe2087037 (patch)
treef896d3cefff09a33ff87f0dafe61db7c3c7ab9b3 /recipes-automotive/ambdbusaccess/files/ambdbusaccess.pro
parente10617b85d81591de2a5b567d43a1f48cc15aa5f (diff)
parent762181dff011efbaf3d40edb1b3d573c5aceab01 (diff)
Merge branch 'master' of ssh://gerrit.automotivelinux.org:29418/AGL/meta-agl-demo into albacore
Change-Id: Ieedfdda7a1be86c626c6f67b57fed05adb628a87 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'recipes-automotive/ambdbusaccess/files/ambdbusaccess.pro')
-rw-r--r--recipes-automotive/ambdbusaccess/files/ambdbusaccess.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes-automotive/ambdbusaccess/files/ambdbusaccess.pro b/recipes-automotive/ambdbusaccess/files/ambdbusaccess.pro
new file mode 100644
index 000000000..bfd82ee87
--- /dev/null
+++ b/recipes-automotive/ambdbusaccess/files/ambdbusaccess.pro
@@ -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