diff --git a/tests/auto/corelib.pro b/tests/auto/corelib.pro index ebdc1cd8c5..007779a70b 100644 --- a/tests/auto/corelib.pro +++ b/tests/auto/corelib.pro @@ -1,5 +1,4 @@ TEMPLATE=subdirs SUBDIRS=\ corelib \ - qobjectrace \ utf8 diff --git a/tests/auto/integrationtests/integrationtests.pro b/tests/auto/integrationtests/integrationtests.pro index 33d54e22e9..053f007b10 100644 --- a/tests/auto/integrationtests/integrationtests.pro +++ b/tests/auto/integrationtests/integrationtests.pro @@ -17,6 +17,7 @@ SUBDIRS=\ qfocusevent \ qmultiscreen \ qnetworkaccessmanager_and_qprogressdialog \ + qobjectrace \ qsharedpointer_and_qwidget \ windowsmobile \ diff --git a/tests/auto/qobjectrace/.gitignore b/tests/auto/integrationtests/qobjectrace/.gitignore similarity index 100% rename from tests/auto/qobjectrace/.gitignore rename to tests/auto/integrationtests/qobjectrace/.gitignore diff --git a/tests/auto/qobjectrace/qobjectrace.pro b/tests/auto/integrationtests/qobjectrace/qobjectrace.pro similarity index 100% rename from tests/auto/qobjectrace/qobjectrace.pro rename to tests/auto/integrationtests/qobjectrace/qobjectrace.pro diff --git a/tests/auto/qobjectrace/tst_qobjectrace.cpp b/tests/auto/integrationtests/qobjectrace/tst_qobjectrace.cpp similarity index 100% rename from tests/auto/qobjectrace/tst_qobjectrace.cpp rename to tests/auto/integrationtests/qobjectrace/tst_qobjectrace.cpp