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>
This commit is contained in:
Thiago Macieira 2014-05-08 15:12:51 -07:00 committed by The Qt Project
parent ac109e1316
commit a982243b97
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,7 @@
SOURCES = qpinger.cpp ../interface.cpp
HEADERS = ../interface.h
TARGET = qpinger
CONFIG -= app_bundle
CONFIG += console
QT = core dbus
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0

View File

@ -1,5 +1,7 @@
SOURCES = qpong.cpp
TARGET = qpong
QT = core dbus
CONFIG -= app_bundle
CONFIG += console
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0