From df9405b8d3da4e5d6bedbadd5939e557ec26e42d Mon Sep 17 00:00:00 2001 From: Jo Asplin Date: Mon, 7 Nov 2011 13:21:52 +0100 Subject: [PATCH] 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 --- tests/auto/auto.pro | 2 -- tests/auto/host.pro | 4 ---- 2 files changed, 6 deletions(-) delete mode 100644 tests/auto/host.pro diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index a760ead612f..f2672c0d16d 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 045490a3526..00000000000 --- a/tests/auto/host.pro +++ /dev/null @@ -1,4 +0,0 @@ -TEMPLATE=subdirs -SUBDIRS=\ - #uiloader \ # QTBUG-19453: this test has hardcoded machine names etc. -