summaryrefslogtreecommitdiffstats
path: root/recipes-automotive/ambdbusaccess/files/ambdbusaccess.pro
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-01-16 11:31:39 +0000
committerRomain Forlot <romain.forlot@iot.bzh>2017-01-16 13:52:19 +0000
commit833f63409bb5a07b31b19f7e45507c19094081a0 (patch)
treef1364a1025d9a81addaa8c09e08ea59d0360b0b6 /recipes-automotive/ambdbusaccess/files/ambdbusaccess.pro
parent3e16d8c33ca3fb889782d213d8678ebe248f4778 (diff)
Get rid of Automotive Message Broker as it has been replaced.
Now using AGL Application Framework Binding system Change-Id: Iac8844645cb85838922bb2fe4e4f355d4444bc09 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'recipes-automotive/ambdbusaccess/files/ambdbusaccess.pro')
-rw-r--r--recipes-automotive/ambdbusaccess/files/ambdbusaccess.pro12
1 files changed, 0 insertions, 12 deletions
diff --git a/recipes-automotive/ambdbusaccess/files/ambdbusaccess.pro b/recipes-automotive/ambdbusaccess/files/ambdbusaccess.pro
deleted file mode 100644
index bfd82ee8..00000000
--- a/recipes-automotive/ambdbusaccess/files/ambdbusaccess.pro
+++ /dev/null
@@ -1,12 +0,0 @@
-QT += core dbus
-QT -= gui
-
-TARGET = ambdbusaccess
-CONFIG += console
-CONFIG -= app_bundle
-CONFIG(release):DEFINES += QT_NO_DEBUG_OUTPUT
-
-TEMPLATE = app
-
-SOURCES += \
- ambdbusaccess.cpp