From c15e80f6acf3783d8c4ed4852ad1d1708d34c996 Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Tue, 10 Jul 2012 10:35:31 +0200 Subject: [PATCH] test: subtract qurlinternal.pro when private_tests are not enabled This test used requires(contains(QT_CONFIG,private_tests)) in its .pro file, but did not subtract itself from its parent project SUBDIRS when private_tests weren't enabled. Change-Id: Idcd0893c4804a8217e4dd33ba9838ff67e996f58 Reviewed-by: David Faure Reviewed-by: Thiago Macieira --- tests/auto/corelib/io/io.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/auto/corelib/io/io.pro b/tests/auto/corelib/io/io.pro index ec0dd5f..f6542d9 100644 --- a/tests/auto/corelib/io/io.pro +++ b/tests/auto/corelib/io/io.pro @@ -36,7 +36,8 @@ SUBDIRS=\ !contains(QT_CONFIG, private_tests): SUBDIRS -= \ qabstractfileengine \ qfileinfo \ - qipaddress + qipaddress \ + qurlinternal win32:!contains(QT_CONFIG, private_tests): SUBDIRS -= \ qfilesystementry -- 2.7.4