2c25a431d0
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>
10 lines
187 B
Prolog
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))
|