From 8d3d7e4b1f999200ce0b741331703a9e908e95ef Mon Sep 17 00:00:00 2001 From: Liang Qi Date: Tue, 16 Nov 2010 14:34:35 +0100 Subject: First attempt to build xmlpatterns. --- sync.profile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sync.profile (limited to 'sync.profile') 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 \n", + "network" => "#include \n", +); -- cgit v1.2.1