summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@nokia.com>2010-11-19 13:58:03 +0100
committeraxis <qt-info@nokia.com>2011-04-27 12:05:46 +0200
commit1519139c1926446e4a1c7bc862bc3419fc6204c1 (patch)
tree631b1349ee83c627aebc6b972eb5580e4afe859a /sync.profile
parent107f682261735402394893879d957c2da8ab70bb (diff)
downloadqtscript-1519139c1926446e4a1c7bc862bc3419fc6204c1.tar.gz
First attempt to build scripttools.
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",
);