From 28a32d03f519f33b6d7315c4975ad9377786cb6b Mon Sep 17 00:00:00 2001 From: Liang Qi Date: Mon, 27 Dec 2010 14:49:29 +0100 Subject: Move QtSvg into a separate repository --- sync.profile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 sync.profile (limited to 'sync.profile') diff --git a/sync.profile b/sync.profile new file mode 100644 index 0000000..275e96c --- /dev/null +++ b/sync.profile @@ -0,0 +1,14 @@ +%modules = ( # path to module name map + "QtSvg" => "$basedir/src/svg", +); +%moduleheaders = ( # restrict the module headers to those found in relative path +); +%classnames = ( +); +%mastercontent = ( + "core" => "#include \n", + "gui" => "#include \n", +); +%modulepris = ( + "QtSvg" => "$basedir/modules/qt_svg.pri", +); -- cgit v1.2.1