summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@nokia.com>2010-11-19 11:57:48 +0100
committeraxis <qt-info@nokia.com>2011-04-27 12:05:45 +0200
commit107f682261735402394893879d957c2da8ab70bb (patch)
treed9926753a7fd77bd81cccd5f75596891990078f9 /sync.profile
parent8d20184b01f6af4e36f7dad64998a1b813b089f7 (diff)
downloadqtscript-107f682261735402394893879d957c2da8ab70bb.tar.gz
First attempt to build script.
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile10
1 files changed, 10 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
new file mode 100644
index 0000000..82a3a8f
--- /dev/null
+++ b/sync.profile
@@ -0,0 +1,10 @@
+%modules = ( # path to module name map
+ "QtScript" => "$basedir/src/script",
+);
+%moduleheaders = ( # restrict the module headers to those found in relative path
+);
+%classnames = (
+);
+%mastercontent = (
+ "core" => "#include <QtCore/QtCore>\n",
+);