How to deploy QtWebkit Application with OpenSSL in windows?
-
Hi guys,
I have a project using QtWebkit to browser a page with https. I have rebuilt the Qt with OpenSSL and ICU, output to folder D:\qt-5.0.2-msvc10-bin\lib) and then I rebuilt the QtWebkit as http://trac.webkit.org/wiki/BuildingQtOnWindows.
Now, I need to create a package for installation, should I include all dll files under D:\qt-5.0.2-msvc10-bin\lib, and all other dll files under ICU and OpenSSL are also required? Or I need to install OpenSSL in the computer where I will run my computer.
Thanks. -
Hi,
First step is to go through the "deployment documentation":http://qt-project.org/doc/qt-5.0/qtdoc/deployment-windows.html
If the package is done correctly you won't need to have OpenSSL installed (you will use the one coming with your application)