Remove the old headersclean unit test
authorThiago Macieira <thiago.macieira@intel.com>
Thu, 18 Dec 2014 03:38:48 +0000 (19:38 -0800)
committerThiago Macieira <thiago.macieira@intel.com>
Wed, 18 Mar 2015 00:08:53 +0000 (00:08 +0000)
We have configure -headersclean now

Change-Id: I1817798e76d5bd037c26dad308a22354b9cfd185
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
tests/auto/auto.pro
tests/auto/headersclean/headersclean.pro [deleted file]
tests/auto/host.pro [deleted file]

index df240e3..a703a06 100644 (file)
@@ -1,7 +1,6 @@
 TEMPLATE=subdirs
 SUBDIRS=\
     linguist \
-    host.pro \
     qhelpcontentmodel \
     qhelpenginecore \
     qhelpgenerator \
@@ -14,7 +13,7 @@ SUBDIRS=\
 installed_cmake.depends = cmake
 
 # These tests don't make sense for cross-compiled builds
-cross_compile:SUBDIRS -= host.pro linguist
+cross_compile:SUBDIRS -= linguist
 
 # These tests need the QtHelp module
 !qtHaveModule(help): SUBDIRS -= \
diff --git a/tests/auto/headersclean/headersclean.pro b/tests/auto/headersclean/headersclean.pro
deleted file mode 100644 (file)
index 1440a91..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-QT = core help designer
-load(qt_headersclean)
-DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
-# shadowing problems in help, allow it for now
-gcc: QMAKE_CXXFLAGS -= -Wshadow
diff --git a/tests/auto/host.pro b/tests/auto/host.pro
deleted file mode 100644 (file)
index 6bc8753..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-TEMPLATE=subdirs
-SUBDIRS=\
-           headersclean \
-