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:
parent
ac109e1316
commit
a982243b97
@ -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
|
||||
|
@ -1,5 +1,7 @@
|
||||
SOURCES = qpong.cpp
|
||||
TARGET = qpong
|
||||
QT = core dbus
|
||||
CONFIG -= app_bundle
|
||||
CONFIG += console
|
||||
|
||||
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
|
||||
|
Loading…
Reference in New Issue
Block a user