summaryrefslogtreecommitdiffstats
path: root/tests/auto/dbus/qdbusmarshall
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2014-05-08 15:12:51 -0700
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-05-09 03:39:33 +0200
commita982243b97a9cb050689b19c848d794bd79a2b0e (patch)
treeb3f7d14fd03b7e423fba8f2fb7fb6fdbd7b13511 /tests/auto/dbus/qdbusmarshall
parentac109e1316750175100cafc7f486b0c8ff03f716 (diff)
Autotest: make sure the helper programs in QtDBus aren't bundles
The main test won't find them if they are. Change-Id: Iae3ffe4c0289a0c88d46c1bd2e414c20def89ab4 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com>
Diffstat (limited to 'tests/auto/dbus/qdbusmarshall')
-rw-r--r--tests/auto/dbus/qdbusmarshall/qpong/qpong.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/dbus/qdbusmarshall/qpong/qpong.pro b/tests/auto/dbus/qdbusmarshall/qpong/qpong.pro
index d652036034..ffc538f2ab 100644
--- a/tests/auto/dbus/qdbusmarshall/qpong/qpong.pro
+++ b/tests/auto/dbus/qdbusmarshall/qpong/qpong.pro
@@ -1,5 +1,7 @@
SOURCES = qpong.cpp
TARGET = qpong
QT = core dbus
+CONFIG -= app_bundle
+CONFIG += console
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0