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>
This commit is contained in:
parent
803b7d651c
commit
9ceb3b4f6f
@ -6,7 +6,7 @@ SUBDIRS += \
|
||||
host.pro \
|
||||
gui.pro \
|
||||
integrationtests \
|
||||
network.pro \
|
||||
network \
|
||||
opengl \
|
||||
sql \
|
||||
testlib \
|
||||
|
@ -1,8 +0,0 @@
|
||||
# The tests in this .pro file _MUST_ use QtCore and QtNetwork only
|
||||
# (i.e. QT=core network).
|
||||
# The test system is allowed to run these tests before the rest of Qt has
|
||||
# been compiled.
|
||||
TEMPLATE=subdirs
|
||||
SUBDIRS=\
|
||||
network \
|
||||
qobjectperformance
|
@ -4,6 +4,7 @@ SUBDIRS=\
|
||||
baselineexample \
|
||||
compiler \
|
||||
headersclean \
|
||||
qobjectperformance \
|
||||
qtokenautomaton \
|
||||
|
||||
cross_compile: SUBDIRS -= \
|
||||
|
Loading…
Reference in New Issue
Block a user