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
+6 -5
View File
@@ -37,11 +37,12 @@ endfunction(GetAndInstallLibrary)
function(InstallQt qtversion)
InstallQtModule(Gui ${qtversion})
InstallQtModule(Core ${qtversion} )
InstallQtModule(Network ${qtversion} )
InstallQtModule(XcbQpa ${qtversion} )
InstallQtModule(Widgets ${qtversion} )
InstallQtModule(DBus ${qtversion} )
InstallQtModule(Core ${qtversion})
InstallQtModule(Network ${qtversion})
InstallQtModule(XcbQpa ${qtversion})
InstallQtModule(Widgets ${qtversion})
InstallQtModule(DBus ${qtversion})
InstallQtModule(Svg ${qtversion})
endfunction(InstallQt)
function(AddSharedToComponent)