summaryrefslogtreecommitdiffstats
path: root/sync.profile
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 /sync.profile
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 'sync.profile')
-rw-r--r--sync.profile12
1 files changed, 12 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
new file mode 100644
index 000000000..c6aaf0e2f
--- /dev/null
+++ b/sync.profile
@@ -0,0 +1,12 @@
+%modules = ( # path to module name map
+ "QtHelp" => "$basedir/src/assistant/lib",
+);
+%moduleheaders = ( # restrict the module headers to those found in relative path
+);
+%classnames = (
+);
+%mastercontent = (
+);
+%modulepris = (
+ "QtHelp" => "$basedir/modules/qt_help.pri",
+);