summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
index 82a3a8f..d2f3c40 100644
--- a/sync.profile
+++ b/sync.profile
@@ -1,5 +1,6 @@
%modules = ( # path to module name map
"QtScript" => "$basedir/src/script",
+ "QtScriptTools" => "$basedir/src/scripttools",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
);
@@ -7,4 +8,6 @@
);
%mastercontent = (
"core" => "#include <QtCore/QtCore>\n",
+ "gui" => "#include <QtGui/QtGui>\n",
+ "scripttools" => "#include <QtScriptTools/QtScriptTools>\n",
);