summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/io.pro
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2012-07-10 10:35:31 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-10 14:16:13 +0200
commitc15e80f6acf3783d8c4ed4852ad1d1708d34c996 (patch)
tree5965f7c64dfc10837484fb6f9a99297575d69eda /tests/auto/corelib/io/io.pro
parenta91e65036ece7caf22fa4ccda3e974bc07f2072f (diff)
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 <faure@kde.org> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'tests/auto/corelib/io/io.pro')
-rw-r--r--tests/auto/corelib/io/io.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/corelib/io/io.pro b/tests/auto/corelib/io/io.pro
index ec0dd5f6e5..f6542d9fd3 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