diff options
author | Liang Qi <liang.qi@nokia.com> | 2010-11-16 14:34:35 +0100 |
---|---|---|
committer | axis <qt-info@nokia.com> | 2011-04-27 12:05:45 +0200 |
commit | 8d3d7e4b1f999200ce0b741331703a9e908e95ef (patch) | |
tree | d334d0b8ce692bbb031cf6b83baf8521e7ea7cd4 /sync.profile | |
parent | c1edfc7fc2194f602a53be4c406407857be0b4ae (diff) | |
download | qtxmlpatterns-8d3d7e4b1f999200ce0b741331703a9e908e95ef.tar.gz |
First attempt to build xmlpatterns.
Diffstat (limited to 'sync.profile')
-rw-r--r-- | sync.profile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile new file mode 100644 index 0000000..6707cea --- /dev/null +++ b/sync.profile @@ -0,0 +1,11 @@ +%modules = ( # path to module name map + "QtXmlPatterns" => "$basedir/src/xmlpatterns", +); +%moduleheaders = ( # restrict the module headers to those found in relative path +); +%classnames = ( +); +%mastercontent = ( + "core" => "#include <QtCore/QtCore>\n", + "network" => "#include <QtNetwork/QtNetwork>\n", +); |