Answer the question
In order to leave comments, you need to log in
How to defeat QtWebEngineProcess on Windows XP?
Good day.
I am using Qt 5.5.1 (MSVC13). It is required to build an application with WebEngine so that it works under Windows XP.
For my application in the project, I wrote: QMAKE_LFLAGS_WINDOWS = /SUBSYSTEM:WINDOWS,5.01
The application began to run, but not 1 site is displayed. As it turned out later, in the official Qt assembly, the clumsy QtWebEngineProcess.exe was uploaded , which in Windows XP says at startup that it "is not a Win32 application".
Googled one single solution: rebuild QtWebEngineProcess.exe under MSVC13 with a target under XP. Found the project in the Qt sources
qt-everywhere-opensource-src-5.5.1\qtwebengine\src\process
, added to itQMAKE_LFLAGS_WINDOWS = /SUBSYSTEM:WINDOWS,5.01 /ENTRY:"mainCRTStartup"
qtmain.lib(qtmain_win.obj):-1: ошибка: LNK2019: unresolved external symbol [email protected] referenced in function [email protected]
Answer the question
In order to leave comments, you need to log in
Qt build under MSVC13 is not compatible with Windows XP, Qt needs to be rebuilt
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question