Add missing subdirs (the new QUrl unit tests were not compiled and run)

Change-Id: I1b39d92b8a14d5aeca957180858e1980a534894b
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
This commit is contained in:
David Faure 2012-06-23 11:26:35 +02:00 committed by Qt by Nokia
parent 0db3d6a247
commit 61162c6e87
2 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,8 @@ SUBDIRS=\
qtemporaryfile \
qtextstream \
qurl \
qurlinternal \
qurlquery \
qwinoverlappedionotifier \
!win32|wince* {

View File

@ -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