diff options
Diffstat (limited to 'recipes-automotive/ambdbusaccess/files/ambdbusaccess.pro')
-rw-r--r-- | recipes-automotive/ambdbusaccess/files/ambdbusaccess.pro | 12 |
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 |