summaryrefslogtreecommitdiffstats
path: root/modules
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 /modules
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 'modules')
-rw-r--r--modules/qt_help.pri9
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/qt_help.pri b/modules/qt_help.pri
new file mode 100644
index 000000000..a0028ff33
--- /dev/null
+++ b/modules/qt_help.pri
@@ -0,0 +1,9 @@
+QT_HELP_VERSION = $$QT_VERSION
+QT_HELP_MAJOR_VERSION = $$QT_MAJOR_VERSION
+QT_HELP_MINOR_VERSION = $$QT_MINOR_VERSION
+QT_HELP_PATCH_VERSION = $$QT_PATCH_VERSION
+
+QT.help.name = QtHelp
+QT.help.includes = $$QT_MODULE_INCLUDE_BASE $$QT_MODULE_INCLUDE_BASE/QtHelp
+QT.help.libs = $$QT_MODULE_LIB_BASE
+QT.help.depends = network xml sql