Qt WebEngine Core C++ Classes | Qt WebEngine (original) (raw)

Provides public API shared by both QtWebEngineQuick and QtWebEngineWidgets. More...

Namespaces

Classes

Detailed Description

If you use qmake to build your projects, Qt WebEngine Core is usually indirectly included through the Qt WebEngine Quick or Qt WebEngine Widgets modules.

To link against the module using build with qmake, add this line to your qmake project file:

However, webenginecore is implied by adding webenginequick or webenginewidgets.

For build with CMake use the find_package() command to locate the needed module components in the Qt6 package and target_link_libraries() to link against the module:

find_package(Qt6 REQUIRED COMPONENTS WebEngineCore) target_link_libraries(target PRIVATE Qt6::WebEngineCore)

Qt WebEngine Core Qt WebEngine Widgets

© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.