From 61162c6e878e80f69965135949a5595eaf8581c7 Mon Sep 17 00:00:00 2001 From: David Faure Date: Sat, 23 Jun 2012 11:26:35 +0200 Subject: Add missing subdirs (the new QUrl unit tests were not compiled and run) Change-Id: I1b39d92b8a14d5aeca957180858e1980a534894b Reviewed-by: Thiago Macieira Reviewed-by: Giuseppe D'Angelo --- tests/auto/corelib/io/io.pro | 2 ++ tests/auto/corelib/io/qurlinternal/qurlinternal.pro | 1 + 2 files changed, 3 insertions(+) (limited to 'tests') diff --git a/tests/auto/corelib/io/io.pro b/tests/auto/corelib/io/io.pro index 641db20224..ec0dd5f6e5 100644 --- a/tests/auto/corelib/io/io.pro +++ b/tests/auto/corelib/io/io.pro @@ -24,6 +24,8 @@ SUBDIRS=\ qtemporaryfile \ qtextstream \ qurl \ + qurlinternal \ + qurlquery \ qwinoverlappedionotifier \ !win32|wince* { diff --git a/tests/auto/corelib/io/qurlinternal/qurlinternal.pro b/tests/auto/corelib/io/qurlinternal/qurlinternal.pro index 117ad96446..90ce9a21c1 100644 --- a/tests/auto/corelib/io/qurlinternal/qurlinternal.pro +++ b/tests/auto/corelib/io/qurlinternal/qurlinternal.pro @@ -1,4 +1,5 @@ CONFIG += testcase +requires(contains(QT_CONFIG,private_tests)) TARGET = tst_qurlinternal SOURCES += tst_qurlinternal.cpp ../../codecs/utf8/utf8data.cpp QT = core core-private testlib -- cgit v1.2.3