From b864f37c7296dfe626ce525495caf6734fa881d7 Mon Sep 17 00:00:00 2001 From: kosta Date: Tue, 7 Feb 2023 18:07:18 +0100 Subject: [PATCH] [bos #32523][EDF] SALOME on Demand GUI. Added QT5 svg component to render SALOME extensions dependency tree into info dialog. --- cmake/FindSalomeQt5.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2