From: kosta Date: Tue, 7 Feb 2023 17:07:18 +0000 (+0100) Subject: [bos #32523][EDF] SALOME on Demand GUI. Added QT5 svg component to render SALOME... X-Git-Tag: V9_11_0a1~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b864f37c7296dfe626ce525495caf6734fa881d7;p=tools%2Fconfiguration.git [bos #32523][EDF] SALOME on Demand GUI. Added QT5 svg component to render SALOME extensions dependency tree into info dialog. --- diff --git a/cmake/FindSalomeQt5.cmake b/cmake/FindSalomeQt5.cmake index 0911024..41428b0 100644 --- a/cmake/FindSalomeQt5.cmake +++ b/cmake/FindSalomeQt5.cmake @@ -42,7 +42,7 @@ IF(Qt5Core_FOUND) ENDIF() # Add mandatory Qt 5 components below -SET(Qt5_FIND_COMPONENTS Gui Widgets Network Xml OpenGL PrintSupport Help Test) +SET(Qt5_FIND_COMPONENTS Gui Widgets Network Xml OpenGL PrintSupport Help Test Svg) # Add optional Qt 5 components below SET(Qt5_OPTIONAL_COMPONENTS)