2011-10-25 04:42:16 +00:00
|
|
|
CONFIG += testcase
|
|
|
|
TARGET = tst_qdbusmarshall
|
2011-10-11 01:47:50 +00:00
|
|
|
TEMPLATE = subdirs
|
2017-11-20 11:29:03 +00:00
|
|
|
qdbusmarshall.depends = qpong
|
2015-03-30 21:53:55 +00:00
|
|
|
SUBDIRS = qpong qdbusmarshall
|
2011-04-27 10:05:43 +00:00
|
|
|
|
2013-10-08 10:14:20 +00:00
|
|
|
QT = core-private testlib
|
2011-04-27 10:05:43 +00:00
|
|
|
|
2016-08-05 11:35:39 +00:00
|
|
|
requires(qtConfig(private_tests))
|