I have qt-opensource-windows-x86-5.9.1.exe
, qt-everywhere-opensource-src-5.9.1
and openssl-win32 1.0.2l
installed. I want to do the statically compilation with qt-everywhere-opensource-src-5.9.1
and activate OpenSSL for this I use this script.
Please what is the modification of this part of the script that a i need to do for that (line breaks added for readability):
configure.bat -static -release -platform win32-g++ -prefix %QtStaticDir% -qt-zlib -qt-pcre
-qt-libpng -qt-libjpeg -qt-freetype -opengl desktop -sql-odbc -sql-sqlite -no-openssl
-opensource -confirm-license -make libs -nomake tools -nomake examples -nomake tests"
Thanks