From 73d6bdb9b2f2a9708c5fff64506ff04865dd17a6 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Wed, 17 Dec 2014 19:38:06 -0800 Subject: Remove the old headersclean unit test We have configure -headersclean now Change-Id: I157caec69f11e0b50e1de760e6832ca1da97bc6e Reviewed-by: Oswald Buddenhagen --- tests/auto/auto.pro | 1 - tests/auto/headersclean/headersclean.pro | 2 -- 2 files changed, 3 deletions(-) delete mode 100644 tests/auto/headersclean/headersclean.pro diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index a846fc2b..7105943e 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -1,6 +1,5 @@ TEMPLATE=subdirs SUBDIRS=\ - headersclean \ declarative \ cmake diff --git a/tests/auto/headersclean/headersclean.pro b/tests/auto/headersclean/headersclean.pro deleted file mode 100644 index d9bf7d84..00000000 --- a/tests/auto/headersclean/headersclean.pro +++ /dev/null @@ -1,2 +0,0 @@ -QT = declarative -load(qt_headersclean) -- cgit v1.2.1