aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2014-12-17 19:38:59 -0800
committerThiago Macieira <thiago.macieira@intel.com>2015-03-18 00:08:46 +0000
commit0885782658a52d85e704a655f9039e643f25b6e4 (patch)
tree3b58b61e1b82f6d9a68970883c96dd35312222bc /tests
parentf7b3d9c5877c39a0d54b7497c1d5dd7d3e7f37f3 (diff)
Remove the old headersclean unit test
We have configure -headersclean now Change-Id: Iacfabb06e64958357083514e41651a5ae112e3b8 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/auto.pro1
-rw-r--r--tests/auto/headersclean/headersclean.pro2
2 files changed, 0 insertions, 3 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index 1e5d1ba..9d16ff3 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -1,6 +1,5 @@
TEMPLATE = subdirs
SUBDIRS += \
- headersclean \
cmake \
qwinthumbnailtoolbar \
qpixmap \
diff --git a/tests/auto/headersclean/headersclean.pro b/tests/auto/headersclean/headersclean.pro
deleted file mode 100644
index a23e20d..0000000
--- a/tests/auto/headersclean/headersclean.pro
+++ /dev/null
@@ -1,2 +0,0 @@
-QT = winextras
-load(qt_headersclean)