SET(QT_SALOME_VERSION 5)
SET(SALOME_GUI_ENABLE_QTXWEBBROWSER TRUE)
IF(NOT "${QT_VERSION}" VERSION_LESS "5.6.0")
- # Check that WebEngine component was found
- IF(NOT Qt5WebEngine_FOUND)
+ # Check that WebEngineWidgets component was found
+ IF(NOT Qt5WebEngineWidgets_FOUND)
SET(SALOME_GUI_ENABLE_QTXWEBBROWSER FALSE)
- ADD_DEFINITIONS("-DDISABLE_QTXWEBBROWSER")
- MESSAGE("Qt5WebEngine is not found, SALOME internal help browser will be unavailable !")
+ ADD_DEFINITIONS("-DDISABLE_QTXWEBBROWSER")
+ MESSAGE("Qt5WebEngineWidgets is not found, SALOME internal help browser will be unavailable !")
ENDIF()
ENDIF()
ENDIF()