Home > Mobile >  Windows 7 64 - bit qt5.8 didn't webengine, how to join the library
Windows 7 64 - bit qt5.8 didn't webengine, how to join the library

Time:09-19

I use qt5.8 development under the Windows 7 64 - bit browser, use the example of webengine cannot compile, baidu, all say that after qt5.6 webengine library, need to manually add the library, but on the Internet for a long time, don't know if it right way, download webengine source, say to want to win10 and skd10 to compile, do not know to have simple way, attention, and out of trouble,! thank you

CodePudding user response:

5.6 no not its, after qtwebengine there must be new, you look a head and link library files

CodePudding user response:

reference 1st floor trytry1992 response:
5.6 after not of its, qtwebengine there must be new, you look a head and link library files

5.8 they don't have a later

CodePudding user response:

What I use is 5.8

CodePudding user response:

refer to the second floor caoshangpa response:
Quote: refer to 1st floor trytry1992 response:

5.6 no not its, after qtwebengine there must be new, you look a head and link library files

5.8 after they don't have a


https://doc.qt.io/qt-5/qtwebengine-overview.html
https://doc.qt.io/qt-5/qtwebenginewidgets-qtwebkitportingguide.html
A few days before the 5.7 update into 5.9 have been nonsense but seemingly mingw is no VS 100% is some, after 5.6 qtwebkit's that you say no

CodePudding user response:

How much is your corresponding vs Qt version?
5.8 should be some in my impression, 5.9 need VS2015 vs2013 does not support the latest webengine

CodePudding user response:

Need to install the MSVC version, if you use the mingw version does not have,,

CodePudding user response:

reference 5 floor nlstone reply:
how much is your corresponding vs Qt version?
5.8 should be some in my impression, 5.9 need VS2015 vs2013 cannot support the latest webengine


Where can I find, what version which version can use? thank you

CodePudding user response:

First of all, have been does not support webengine mingW compiler, so you must choose webengine is used in the installation of qt on MSVC compiler (should have corresponding versions of vs); Secondly, qt5.8, version 5.9 after qtwebengine supported vs version of 2015 or above, and only after qt5.6 qtwebengine, that is 5.6, 5.7 version of the qt to support msvc2013, estimate you vs version & lt;=2013,
The official document: https://doc.qt.io/archives/qt-5.8/qtwebengine-platform-notes.html

  •  Tags:  
  • Qt
  • Related