summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorSergio Ahumada <sahumada@blackberry.com>2014-01-15 14:01:08 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-15 16:18:44 +0100
commitf15d73058903eee77daa0a3f6deb8554aa01ea93 (patch)
treedcf2a05238e363e56ab8677c577b815350fbd5e8 /tests/auto
parentfd37c9a9d1fb142b2f3f365234e841514bae29b7 (diff)
test: tst_qhostinfo requires `private_tests' set
Otherwise you get: undefined reference to `qt_qhostinfo_clear_cache()' Change-Id: I32313f290b9e4236440ae01afe12285d4539be60 Reviewed-by: Peter Hartmann <phartmann@blackberry.com>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/network/kernel/qhostinfo/qhostinfo.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/network/kernel/qhostinfo/qhostinfo.pro b/tests/auto/network/kernel/qhostinfo/qhostinfo.pro
index c21e73ccee..b6f5c2badb 100644
--- a/tests/auto/network/kernel/qhostinfo/qhostinfo.pro
+++ b/tests/auto/network/kernel/qhostinfo/qhostinfo.pro
@@ -3,6 +3,7 @@ TARGET = tst_qhostinfo
SOURCES += tst_qhostinfo.cpp
+requires(contains(QT_CONFIG,private_tests))
QT = core-private network-private testlib
wince*: {