summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJo Asplin <jo.asplin@nokia.com>2011-11-07 13:21:52 +0100
committerQt by Nokia <qt-info@nokia.com>2011-11-09 14:05:19 +0100
commitdf9405b8d3da4e5d6bedbadd5939e557ec26e42d (patch)
tree907cf1312d5fbf12a19efbff05ee536b33a7e0a4
parent540e368e04c5928e4f1a33d6767789d1a2da3a96 (diff)
Removed obsolete host.pro from qtbase
Note that the uiloader test has been moved from qtbase to qttools (see QTBUG-19453). Change-Id: I326fa0da435701eeaad7026160e3203a27cb3666 Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
-rw-r--r--tests/auto/auto.pro2
-rw-r--r--tests/auto/host.pro4
2 files changed, 0 insertions, 6 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index a760ead612..f2672c0d16 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -3,7 +3,6 @@ TEMPLATE = subdirs
SUBDIRS += \
corelib \
dbus \
- host.pro \
gui \
integrationtests \
network \
@@ -16,7 +15,6 @@ SUBDIRS += \
other \
widgets \
-cross_compile: SUBDIRS -= host.pro
cross_compile: SUBDIRS -= tools
!contains(QT_CONFIG, opengl): SUBDIRS -= opengl
!unix|embedded|!contains(QT_CONFIG, dbus): SUBDIRS -= dbus
diff --git a/tests/auto/host.pro b/tests/auto/host.pro
deleted file mode 100644
index 045490a352..0000000000
--- a/tests/auto/host.pro
+++ /dev/null
@@ -1,4 +0,0 @@
-TEMPLATE=subdirs
-SUBDIRS=\
- #uiloader \ # QTBUG-19453: this test has hardcoded machine names etc.
-