summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/other.pro
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-05-21 17:02:57 +0200
committerFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-05-27 14:11:22 +0000
commit9749ddeb4b2eb083413441a9403d7b5ffab1f6c1 (patch)
treef22bac77a029c630580a9402259931e7bd0be9b5 /tests/auto/other/other.pro
parent42b7a7c6097825e9fa4a11abac3ad61db051162d (diff)
Remove test other/baselineexample.
baselineexample.pro is missing CONFIG += testcase, so, make check succeeds without doing anything. The test seems to connect to some network server to retrieve baseline images, but that infrastructure apparently no longer exists. Change-Id: I98f4fe5ef8a508fda90e408df2781a944eb99a60 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'tests/auto/other/other.pro')
-rw-r--r--tests/auto/other/other.pro3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/auto/other/other.pro b/tests/auto/other/other.pro
index a5ed4c5f31..8c911da2e0 100644
--- a/tests/auto/other/other.pro
+++ b/tests/auto/other/other.pro
@@ -1,7 +1,6 @@
TEMPLATE=subdirs
SUBDIRS=\
# atwrapper \ # QTBUG-19452
- baselineexample \
compiler \
gestures \
lancelot \
@@ -26,7 +25,6 @@ SUBDIRS=\
toolsupport \
!qtHaveModule(widgets): SUBDIRS -= \
- baselineexample \
gestures \
lancelot \
languagechange \
@@ -41,7 +39,6 @@ SUBDIRS=\
qaccessibilitymac \
!qtHaveModule(network): SUBDIRS -= \
- baselineexample \
lancelot \
networkselftest \
qnetworkaccessmanager_and_qprogressdialog \