summaryrefslogtreecommitdiffstats
path: root/tests/auto/qhelpprojectdata
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-09-10 21:36:35 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-09-20 14:34:42 +0200
commit9395b72cfd21eccca4aaac2544d5088138acb170 (patch)
tree656bc633e6c61456359e611f99f396298aaf5d2a /tests/auto/qhelpprojectdata
parentac29efda2abf2681eda18742425ad38bb1a7c144 (diff)
fix compile of tests
they need help-private Change-Id: I2deb56eee0d9b370a3837ca6b7495e640bfd8553 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'tests/auto/qhelpprojectdata')
-rw-r--r--tests/auto/qhelpprojectdata/qhelpprojectdata.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qhelpprojectdata/qhelpprojectdata.pro b/tests/auto/qhelpprojectdata/qhelpprojectdata.pro
index 18f8c8369..0272ac2bb 100644
--- a/tests/auto/qhelpprojectdata/qhelpprojectdata.pro
+++ b/tests/auto/qhelpprojectdata/qhelpprojectdata.pro
@@ -2,7 +2,7 @@ TARGET = tst_qhelpprojectdata
CONFIG += testcase
SOURCES += tst_qhelpprojectdata.cpp
-QT += help testlib
+QT += help-private testlib
DEFINES += SRCDIR=\\\"$$PWD\\\"
DEFINES += QT_USE_USING_NAMESPACE