3a5f86d784
Based on Asmo Saarela's advice (QTPM-686), adapted on advice from FrogLogic support and converted to a feature so that the selftest and testlib qmake config can be co-ordinated. Task-number: QTPM-1385 Change-Id: Icd706f086009e1e08b3f8c5cd553f792402e28c0 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
7 lines
145 B
Prolog
7 lines
145 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qsignalspy
|
|
SOURCES += tst_qsignalspy.cpp
|
|
QT = core testlib
|
|
|
|
include($$QT_SOURCE_TREE/src/testlib/selfcover.pri)
|