]> SALOME platform Git repositories - tools/configuration.git/commitdiff
Salome HOME
Get back WebEngine Qt 5 toolkits (optionally required by GUI module)
authorvsr <vsr@opencascade.com>
Mon, 2 Jul 2018 08:20:34 +0000 (11:20 +0300)
committervsr <vsr@opencascade.com>
Mon, 2 Jul 2018 08:20:34 +0000 (11:20 +0300)
cmake/FindSalomeQt5.cmake

index 46d745393beefa825f9d7486687218063de409e7..b479511fd7d217f52c88e9a7113942c35a4536c2 100644 (file)
@@ -52,7 +52,7 @@ IF ("${QT_VERSION}" VERSION_LESS "5.6.0")
 ELSE()
   # QtWebEngine package is (optionally) used with Qt >= 5.6
   # Anyway, not available with Python 3
-  # LIST(APPEND Qt5_OPTIONAL_COMPONENTS WebEngine WebEngineWidgets)
+  LIST(APPEND Qt5_OPTIONAL_COMPONENTS WebEngineCore WebEngine WebEngineWidgets)
 ENDIF()
 
 IF(NOT WIN32)