logic: implemented exporting graph as .svg (issue #596)
This commit is contained in:
@@ -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'/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user