summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@nokia.com>2011-01-05 07:56:41 +0100
committeraxis <qt-info@nokia.com>2011-04-27 12:05:49 +0200
commitac401cf3ff836dcd0aa5f266c2f2bb26e9f400a4 (patch)
treeea5d6ce25d2814ecbaefe6a76368a93d7b08339e /src
parentf6a8112ede00a4f1f47c6ca767da85dc82591e06 (diff)
downloadqttools-ac401cf3ff836dcd0aa5f266c2f2bb26e9f400a4.tar.gz
Adapt QtCLucene to modularization rules
Diffstat (limited to 'src')
-rw-r--r--src/assistant/lib/fulltextsearch/fulltextsearch.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/assistant/lib/fulltextsearch/fulltextsearch.pro b/src/assistant/lib/fulltextsearch/fulltextsearch.pro
index d0e7a8796..de68111fc 100644
--- a/src/assistant/lib/fulltextsearch/fulltextsearch.pro
+++ b/src/assistant/lib/fulltextsearch/fulltextsearch.pro
@@ -1,3 +1,4 @@
+load(qt_module)
QMAKE_TARGET_PRODUCT = QtCLucene
QMAKE_TARGET_DESCRIPTION = QtCLucene full text search library wrapper.
@@ -13,7 +14,7 @@ QT -= gui
TEMPLATE = lib
TARGET = QtCLucene
DEFINES += QHELP_LIB
-include(../../../../src/qbase.pri)
+include($$QT_SOURCE_TREE/src/qbase.pri)
include(fulltextsearch.pri)
CONFIG += qt warn_off