logic: implemented exporting graph as .svg (issue #596)

This commit is contained in:
mlangkabel
2018-07-10 14:31:39 +02:00
parent ee3bf41a27
commit 98f4ec62ec
7 changed files with 78 additions and 33 deletions
@@ -45,6 +45,10 @@
<File Id='qt5networkDLL' Name='Qt5Network.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/Qt5Network.dll' KeyPath='yes' />
</Component>
<Component Id='Qt5SvgDll' Guid='*' Win64="$(var.Win64)">
<File Id='qt5svgDll' Name='Qt5Svg.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/Qt5Svg.dll' KeyPath='yes' />
</Component>
<Component Id='Qt5WidgetsDll' Guid='*' Win64="$(var.Win64)">
<File Id='qt5widgetsDLL' Name='Qt5Widgets.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/Qt5Widgets.dll' KeyPath='yes' />
</Component>
@@ -174,6 +174,7 @@
<ComponentRef Id='Qt5CoreDll'/>
<ComponentRef Id='Qt5GuiDll'/>
<ComponentRef Id='Qt5NetworkDll'/>
<ComponentRef Id='Qt5SvgDll'/>
<ComponentRef Id='Qt5WidgetsDll'/>
<ComponentRef Id='Qt5WinExtrasDll'/>