aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2014-12-17 19:37:54 -0800
committerThiago Macieira <thiago.macieira@intel.com>2015-03-25 04:06:29 +0000
commitd709388240837cf82cb68ac98c60c1565132a802 (patch)
tree79b31f2dbeec5c98d7e8ced64fb22adbbdb28de9
parentdf9fea2ac092b21e96ddf0db235be165cb973bad (diff)
Remove the old headersclean unit testv5.5.0-beta1
We have configure -headersclean now Change-Id: Ie0dc968871203eeaa6019fc2b0ccd7dc78e9fd4d Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
-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 bfa2c7c..3a2d881 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -1,6 +1,5 @@
TEMPLATE = subdirs
SUBDIRS = \
- headersclean \
macfunctions
### FIXME Mac native toolbar is now private in this module
#SUBDIRS += cmake
diff --git a/tests/auto/headersclean/headersclean.pro b/tests/auto/headersclean/headersclean.pro
deleted file mode 100644
index 99d4385..0000000
--- a/tests/auto/headersclean/headersclean.pro
+++ /dev/null
@@ -1,2 +0,0 @@
-QT = macextras
-load(qt_headersclean)