summaryrefslogtreecommitdiff
path: root/tests/auto/qhelpenginecore
diff options
context:
space:
mode:
authorMarius Storm-Olsen <marius.storm-olsen@nokia.com>2011-07-19 15:42:50 -0500
committerQt by Nokia <qt-info@nokia.com>2011-07-26 03:37:06 +0200
commite2e7c9891be3bb92cf4044c1a3cba7a5dbc0d95e (patch)
tree2d745aefa64f2600edb793ec3c4657795c1b78e2 /tests/auto/qhelpenginecore
parent5f6b89cdc3313cf36b10932ef8c24cb15f103e7b (diff)
downloadqttools-e2e7c9891be3bb92cf4044c1a3cba7a5dbc0d95e.tar.gz
Don't use QT_BUILD_TREE anymore
Modules have their own variables to use for such things If there's no way of getting to what you need outside of those, you probably shouldn't be doing it in the first place. Change-Id: I3e8d5f632ea377ec5dcb3eb0fe7dd27d2f4deb90 Reviewed-on: http://codereview.qt.nokia.com/1850 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'tests/auto/qhelpenginecore')
-rw-r--r--tests/auto/qhelpenginecore/qhelpenginecore.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qhelpenginecore/qhelpenginecore.pro b/tests/auto/qhelpenginecore/qhelpenginecore.pro
index 4166fe228..94ef621f6 100644
--- a/tests/auto/qhelpenginecore/qhelpenginecore.pro
+++ b/tests/auto/qhelpenginecore/qhelpenginecore.pro
@@ -12,7 +12,7 @@ wince*: {
QT += network
addFiles.files = $$PWD/data/*.*
addFiles.path = data
- clucene.files = $$QT_BUILD_TREE/lib/QtCLucene*.dll
+ clucene.files = $$QT.clucene.libs/QtCLucene*.dll
DEPLOYMENT += addFiles
DEPLOYMENT += clucene