summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarius Storm-Olsen <marius.storm-olsen@nokia.com>2010-11-30 11:33:48 -0600
committeraxis <qt-info@nokia.com>2011-04-27 12:05:47 +0200
commita244cd29fd2baa2a95307bc0133f1565913e3ec9 (patch)
tree77b8599c5ecfd5bdd5e2b4445a4885f766bb9276 /src
parent4b42fe7bb095b5440fb8c6d71d915edba2fd1e28 (diff)
Add qt_help.pri and sync.profile for QtHelp
Also make sure that QtHelp can see its own header files from the syncqted module include path, and include qbase.pri from the proper location.
Diffstat (limited to 'src')
-rw-r--r--src/assistant/lib/lib.pro5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/assistant/lib/lib.pro b/src/assistant/lib/lib.pro
index 03821b2a7..fd6a34846 100644
--- a/src/assistant/lib/lib.pro
+++ b/src/assistant/lib/lib.pro
@@ -1,3 +1,5 @@
+load(qt_module)
+
QT += sql \
xml \
network
@@ -7,12 +9,13 @@ DEFINES += QHELP_LIB \
QT_CLUCENE_SUPPORT
CONFIG += qt \
warn_on
-include(../../../src/qbase.pri)
+include($$QT_SOURCE_TREE/src/qbase.pri)
QMAKE_TARGET_PRODUCT = Help
QMAKE_TARGET_DESCRIPTION = Help \
application \
framework.
DEFINES -= QT_ASCII_CAST_WARNINGS
+INCLUDEPATH += $$QT.help.includes
qclucene = QtCLucene$${QT_LIBINFIX}
if(!debug_and_release|build_pass):CONFIG(debug, debug|release) {
mac:qclucene = $${qclucene}_debug