summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Hartmann <peter.hartmann@nokia.com>2011-05-24 13:34:03 +0200
committerPeter Hartmann <peter.hartmann@nokia.com>2011-05-24 13:35:08 +0200
commiteb44ca51f19a2218cfef3481429eb571e1fc46e5 (patch)
treecd38b3bdc957b8a767f21eff9ca65909ca02bbbf
parente63026dcbd8499ea80739be3c3ae6c0c91429b9e (diff)
QUrl auto test: include core-private headers
... for the newly introduced TLD test. Task-number: QTBUG-13601
-rw-r--r--tests/auto/qurl/qurl.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qurl/qurl.pro b/tests/auto/qurl/qurl.pro
index a5c39a5a98..a43a57e002 100644
--- a/tests/auto/qurl/qurl.pro
+++ b/tests/auto/qurl/qurl.pro
@@ -1,5 +1,5 @@
load(qttest_p4)
SOURCES += tst_qurl.cpp
-QT = core
+QT = core core-private
symbian: TARGET.CAPABILITY = NetworkServices
CONFIG += parallel_test