首页| 论坛| 消息

标题:求qt5.6 webengine兼容xp的编译方法,可有偿
作者:gasdfrewq
日期:2017-01-17 16:28
内容:

求qt5.6 webengine兼容xp的编译方法,我需要用qt5.6 在xp sp3下开发浏览器,求vs2013下的编译方法,可以有偿。
但是
必须能编译,能兼容XP,能在XP SP3下运行QT webengine的例子。没有例子就不要谈钱 谢谢
必须能编译,能兼容XP,能在XP SP3下运行QT webengine的例子。没有例子就不要谈钱 谢谢
必须能编译,能兼容XP,能在XP SP3下运行QT webengine的例子。没有例子就不要谈钱 谢谢
必须能编译,能兼容XP,能在XP SP3下运行QT webengine的例子。没有例子就不要谈钱 谢谢
必须能编译,能兼容XP,能在XP SP3下运行QT webengine的例子。没有例子就不要谈钱 谢谢
必须能编译,能兼容XP,能在XP SP3下运行QT webengine的例子。没有例子就不要谈钱 谢谢
必须能编译,能兼容XP,能在XP SP3下运行QT webengine的例子。没有例子就不要谈钱 谢谢
必须能编译,能兼容XP,能在XP SP3下运行QT webengine的例子。没有例子就不要谈钱 谢谢
必须能编译,能兼容XP,能在XP SP3下运行QT webengine的例子。没有例子就不要谈钱 谢谢
必须能编译,能兼容XP,能在XP SP3下运行QT webengine的例子。没有例子就不要谈钱 谢谢
必须能编译,能兼容XP,能在XP SP3下运行QT webengine的例子。没有例子就不要谈钱 谢谢
必须能编译,能兼容XP,能在XP SP3下运行QT webengine的例子。没有例子就不要谈钱 谢谢
必须能编译,能兼容XP,能在XP SP3下运行QT webengine的例子。没有例子就不要谈钱 谢谢

有能力的加我qq 3244786378 加备注哦


#1 [gasdfrewq 01-20 18:25]
可能找到原因了,我编译的qt版本不用webengine可以在xp下运行。webengine需要加载process.exe 这个exe加载有问题。现在开始想法解决这个问题
#2 [sdyjmc 02-23 10:11]
http://stackoverflow.com/questions/31678657/qtwebengine-for-windows-xp-target

2 down vote favorite
2

I was trying to build Qt5.5 to be able to run QtWebEngine on Windows XP. Here's my bat file to setup environment:
REM Set up \Microsoft Visual Studio 2013, where is \c amd64, \c x86, etc.
CALL "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" x86
SET _ROOT=%CD%
SET PATH=%_ROOT%\qtbase\bin;C:\Perl\bin;%_ROOT%\gnuwin32\bin;C:\devtools\Bitnami\rubystack-2.0.0-26\ruby\bin;C:\Python27;%PATH%
REM Uncomment the below line when using a git checkout of the source repository
REM SET PATH=%_ROOT%\qtrepotools\bin;%PATH%
SET QMAKESPEC=win32-msvc2013
SET _ROOT=
bat file to configure build
configure -debug-and-release -nomake examples -opensource -nomake tests -target xp -prefix c:\qt5\5.5\msvc2013-winxp
Build successfull, but I was unable to run any example with QtWebEngineenter image description here
Is it possible to build QtWebEngine for WinXP target or it incompatible with WinXP?


Qt WebEngine 5.5.0 for Windows XP compatibility build steps
PROBLEM WITH OFFICIAL RELEASE
Qt 5.5.0 oficial release qwebengine module is incompatible with Windows XP applications, even if you force your project binary with XP compatibility compilation/linking settings/flags(QT DLLs are probably still incompatible) and you can exec your exe binary file under XP, you can't use qwebengine module anyway- just because QtWebEnbineProcess.exe is build as invalid EXE for windows XP.
To make Qt WebEngine 5.5.0 possible to run on winXP you must rebuild Qt modules with additional options way (as as said oficial Qt release is incompatible at all, you must build new one). Under Windows QtWebEngine can be only build only in Visual Studio 2013, there is no possible to build chromium code in another version of Visual Studio. Normally Qt and chromium under Windows can be build with using OpenGL or/and ANGLE project(wh ..

回复 发表
主题 版块