aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/auto/auto.pro2
-rw-r--r--tests/auto/headersclean/headersclean.pro2
2 files changed, 0 insertions, 4 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index 0ea9b91c2e..425e88b983 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -2,7 +2,6 @@ TEMPLATE=subdirs
SUBDIRS=\
qml \
quick \
- headersclean \
particles \
qmltest \
qmldevtools \
@@ -16,4 +15,3 @@ qmldevtools.CONFIG = host_build
installed_cmake.depends = cmake
-testcocoon: SUBDIRS -= headersclean
diff --git a/tests/auto/headersclean/headersclean.pro b/tests/auto/headersclean/headersclean.pro
deleted file mode 100644
index 2698d67124..0000000000
--- a/tests/auto/headersclean/headersclean.pro
+++ /dev/null
@@ -1,2 +0,0 @@
-QT = qml quick qmltest
-load(qt_headersclean)