summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2011-05-30 13:46:23 +0200
committerDavid Boddie <david.boddie@nokia.com>2011-05-30 13:46:23 +0200
commit22e9c533cdc82c7b1d668ca860c9d57adc2d7780 (patch)
tree1bd575340d107f33bc41c40b127c4710a11e4a10 /sync.profile
parent8a9a7f9842156cadb863665927a8824ecfee2605 (diff)
downloadqtdoc-22e9c533cdc82c7b1d668ca860c9d57adc2d7780.tar.gz
Updated the sync profile to make QtDoc a module.
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile6
1 files changed, 6 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
index 3f3198a6..3965c75f 100644
--- a/sync.profile
+++ b/sync.profile
@@ -1,3 +1,9 @@
+%modules = ( # path to module name map
+ "QtDoc" => "$basedir/modules", # point to an invalid directory in this case
+);
+%modulepris = (
+ "QtDoc" => "$basedir/modules/qt_doc.pri",
+);
# Modules and programs, and their dependencies.
# Each of the module version specifiers can take one of the following values:
# - A specific Git revision.