qt5base-lts/tests/auto/dbus/qdbusmarshall/qdbusmarshall.pro
Allan Sandfeld Jensen 2c25a431d0 Use dependencies instead of CONFIG+=ordered
Also drops a few instances where the dependency was purely runtime,
especially for examples.

Change-Id: I2a0476f79928143596bdb3b8f01193af90574ae8
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
2017-12-02 11:09:15 +00:00

10 lines
187 B
Prolog

CONFIG += testcase
TARGET = tst_qdbusmarshall
TEMPLATE = subdirs
qdbusmarshall.depends = qpong
SUBDIRS = qpong qdbusmarshall
QT = core-private testlib
requires(qtConfig(private_tests))