summaryrefslogtreecommitdiffstats
path: root/recipes-automotive/ambdbusaccess/files/ambdbusaccess.pro
diff options
context:
space:
mode:
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 00000000..bfd82ee8
--- /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