2011-10-25 04:42:16 +00:00
|
|
|
CONFIG += testcase
|
|
|
|
TARGET = tst_qdbusmarshall
|
2011-10-11 01:47:50 +00:00
|
|
|
TEMPLATE = subdirs
|
|
|
|
CONFIG += ordered
|
|
|
|
SUBDIRS = qpong test
|
2011-04-27 10:05:43 +00:00
|
|
|
|
2011-10-25 04:42:16 +00:00
|
|
|
QT += core-private testlib
|
2011-04-27 10:05:43 +00:00
|
|
|
|
2011-10-11 01:47:50 +00:00
|
|
|
requires(contains(QT_CONFIG,private_tests))
|