qt5base-lts/tests/auto/other/qobjectperformance/qobjectperformance.pro
Jo Asplin 9ceb3b4f6f Moved qobjectperformance into other/
The qobjectperformance test is a kind
of performance test that asserts that the
time it takes to emit a signal to a certain
number of receivers does not exceed a certain
time.

other/ currently seems to be a sensible place for
such a test. Alternatively, it could have been put
next to corelib/kernel/qobject/.

Change-Id: I5c9461b62984f5806d1f6940123d30ef9f9f5a37
Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
2011-11-07 13:26:41 +01:00

8 lines
119 B
Prolog

CONFIG += testcase
TARGET = tst_qobjectperformance
SOURCES += tst_qobjectperformance.cpp
QT = core network testlib