summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2020-05-28 17:12:49 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2020-05-29 11:55:53 +0200
commit778c95d7a181e702766bf0cdf63c50dd1e7d9d9b (patch)
tree9b27aaef3dd0974f667091e102fc38483c66fb2f /sync.profile
parentc5259f018a9bc4aa3edd94810f1044de1b348fa8 (diff)
downloadqtsvg-778c95d7a181e702766bf0cdf63c50dd1e7d9d9b.tar.gz
Move QSvgWidget and QGraphicsSvgItem into separate module
Long live QtSvgWidgets. This makes QtSvg independent of QtWidgets. Fixes: QTBUG-41884 Change-Id: I421d27d35b651ee8cdf1a5280d5594b82359ddab Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
index cd6c4bf..f3f19b8 100644
--- a/sync.profile
+++ b/sync.profile
@@ -1,5 +1,6 @@
%modules = ( # path to module name map
"QtSvg" => "$basedir/src/svg",
+ "QtSvgWidgets" => "$basedir/src/svgwidgets",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
);