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>
7 lines
180 B
Prolog
7 lines
180 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qdbusabstractinterface
|
|
TEMPLATE = subdirs
|
|
CONFIG += ordered
|
|
SUBDIRS = qpinger qdbusabstractinterface
|
|
OTHER_FILES += org.qtproject.QtDBus.Pinger.xml
|