qt5base-lts/tests/auto/dbus/qdbusmarshall/qpong/qpong.pro
Thiago Macieira a982243b97 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>
2014-05-09 03:39:33 +02:00

8 lines
132 B
Prolog

SOURCES = qpong.cpp
TARGET = qpong
QT = core dbus
CONFIG -= app_bundle
CONFIG += console
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0