summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/auto.pro3
-rw-r--r--tests/auto/headersclean/headersclean.pro5
-rw-r--r--tests/auto/host.pro4
3 files changed, 1 insertions, 11 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index df240e30..a703a060 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -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
index 1440a914..00000000
--- a/tests/auto/headersclean/headersclean.pro
+++ /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
index 6bc8753f..00000000
--- a/tests/auto/host.pro
+++ /dev/null
@@ -1,4 +0,0 @@
-TEMPLATE=subdirs
-SUBDIRS=\
- headersclean \
-