]> SALOME platform Git repositories - tools/configuration.git/commitdiff
Salome HOME
Qt5WebEngine and Qt5WebEngineWidgets not compatible with Python 3
authorGilles DAVID <gilles-g.david@edf.fr>
Fri, 17 Nov 2017 13:39:52 +0000 (14:39 +0100)
committerGilles DAVID <gilles-g.david@edf.fr>
Fri, 17 Nov 2017 13:40:19 +0000 (14:40 +0100)
cmake/FindSalomeQt5.cmake

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