diff options
author | Liang Qi <liang.qi@nokia.com> | 2010-11-19 11:57:48 +0100 |
---|---|---|
committer | axis <qt-info@nokia.com> | 2011-04-27 12:05:45 +0200 |
commit | 107f682261735402394893879d957c2da8ab70bb (patch) | |
tree | d9926753a7fd77bd81cccd5f75596891990078f9 /sync.profile | |
parent | 8d20184b01f6af4e36f7dad64998a1b813b089f7 (diff) | |
download | qtscript-107f682261735402394893879d957c2da8ab70bb.tar.gz |
First attempt to build script.
Diffstat (limited to 'sync.profile')
-rw-r--r-- | sync.profile | 10 |
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", +); |