Qt4.8.7 + WebKit + openssl + WinCE STANDARDSDK_500 + MSVC2008 = ?
-
Hi All!
I had build Qt 4.8.7 for Windows CE 5.0 succsessfull and now I have some problems!- Is it necessary to build Qt whit openssl to access "https://blablabla.bla" by QNetworkAccessManager? AFAIK hhtps -means " secured communication ".
- Is openssl necessary to build Qt whit WebKit? OR 2.1.Is it possible at all to build webkit on WinCE 5.0?
HAVE ANYBODY BUILDED THIS 2 COMPONENTS FOR CE 5.0? PLEAS...
-
Hi All!
I had build Qt 4.8.7 for Windows CE 5.0 succsessfull and now I have some problems!- Is it necessary to build Qt whit openssl to access "https://blablabla.bla" by QNetworkAccessManager? AFAIK hhtps -means " secured communication ".
- Is openssl necessary to build Qt whit WebKit? OR 2.1.Is it possible at all to build webkit on WinCE 5.0?
HAVE ANYBODY BUILDED THIS 2 COMPONENTS FOR CE 5.0? PLEAS...
@Delphi251189 said in Qt4.8.7 + WebKit + openssl + WinCE STANDARDSDK_500 + MSVC2008 = ?:
Hi All!
I had build Qt 4.8.7 for Windows CE 5.0 succsessfull and now I have some problems!- Is it necessary to build Qt whit openssl to access "https://blablabla.bla" by QNetworkAccessManager? AFAIK hhtps -means " secured communication ".
Yes
- Is openssl necessary to build Qt whit WebKit?
Yes, if you need https.
-
Thank You For Your replay!
And how to built Qt Webkit on CE?
I Have- Windows 7 OS
- Microsoft Visual Studio 2008
- STANDARDSDK_500
- Qt 4.8.7
Does I need something else?
-
See http://doc.qt.io/qt-4.8/install-wince.html and links there
You also need to build OpenSSL and set up PATH, LIB and INCLUDE environment variable properly to include paths from your installed OpenSSL when building Qt. I know nothing about WinCE specifics, but from quick search it looks like some people were doing this
-
Tanks! If anybody had sucsessfull build Webkit on ce 5.0 pleas let me know!
-
Note that there was also native port of WebKit for WinCE, which presumably uses crypt32.dll instead of OpenSSL for https. Note that it has no connection with Qt and exposes totally different API, however you may get newer WebKit than with Qt 4, and there is a chance that it will work better in general.
-
Ok, Thanks! Finaly I found a way to compile QtWebKit on WinCE 5.0 (Qt 4.8.7). If anybody have the same problem, follow is the link of solution
https://bugreports.qt.io/browse/QTBUG-25376
And only thing that left to do - build all this whith openssl support!
is anybody have sucsessfull builded Qt 4.x on WinCe 5.0 whith openssl support?