62f6866508
Otherwise, if I open tests/auto/dbus/dbus.pro in Qt Creator, it shows me "test", "test2", "test3", "test4" and it's very hard to know which test is which. Change-Id: Iee8cbc07c4434ce9b560ffff13d0654696c025b7 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@theqtcompany.com>
10 lines
185 B
Prolog
10 lines
185 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qdbusmarshall
|
|
TEMPLATE = subdirs
|
|
CONFIG += ordered
|
|
SUBDIRS = qpong qdbusmarshall
|
|
|
|
QT = core-private testlib
|
|
|
|
requires(contains(QT_CONFIG,private_tests))
|