summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
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.