I tried to follow the README file to compile all module, but after the compilation finished, I failed to find the WebEngineWidgets module, and when I add "QT += webenginewidgets" in .pro file, it showed a error: Unknown modules in QT:webenginewidgets
Asked
Active
Viewed 122 times
1
-
1) what is your OS? 2) What steps have you executed? – eyllanesc Jul 26 '21 at 02:20
-
1)It is Kylin V10 on Phytium cpu;2) I followed this steps:(1) ./configure -prefix /usr/local/Qt-5.9 -xplatform linux-arm-gnueabi-g++ -opensource -nomake examples -nomake tests -confirm-license -shared -qt-xcb(2)make -j4; (3)sudo make install – levon Jul 26 '21 at 03:07