summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@nokia.com>2010-12-27 14:49:29 +0100
committeraxis <qt-info@nokia.com>2011-04-27 12:05:49 +0200
commit28a32d03f519f33b6d7315c4975ad9377786cb6b (patch)
treeed94bff40664a5f77dd7e87d96395dca6df71c63 /sync.profile
parent79cf783b458c70264aad36c88890ae6956fdb4ca (diff)
downloadqtsvg-28a32d03f519f33b6d7315c4975ad9377786cb6b.tar.gz
Move QtSvg into a separate repository
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile14
1 files changed, 14 insertions, 0 deletions
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 <QtCore/QtCore>\n",
+ "gui" => "#include <QtGui/QtGui>\n",
+);
+%modulepris = (
+ "QtSvg" => "$basedir/modules/qt_svg.pri",
+);