vs manually add qt module

Development environment: Qt 5.9.0 VS2017

When VS2017 generates a new project, it will bring some modules by default.
How to operate if a new module is added?
At present, add the [QWebEngineView] module as an example.

There is no QWebEngineWidget module in the default module when generating a new project, so you need to configure it manually:

Follow the steps in the figure below to add WebEngineView
1:
Insert picture description here
Insert picture description here
Step 2: Add the lib library file
Qt5WebEngined.lib
Qt5WebEngineWidgetsd.lib
Insert picture description here
and it's just fine

Guess you like

Origin blog.csdn.net/Fengfgg/article/details/113935565