Skip to content

Instantly share code, notes, and snippets.

@timschneeb
Created June 14, 2020 21:07
Show Gist options
  • Save timschneeb/52d7624e49b0d1a14cc5da137a7611c8 to your computer and use it in GitHub Desktop.
Save timschneeb/52d7624e49b0d1a14cc5da137a7611c8 to your computer and use it in GitHub Desktop.
Build commands for Qt5.15-Static with OpenSSL
configure.bat -release -static -no-pch -optimize-size -opengl desktop -platform win32-msvc -prefix "C:\Qt\5.15.0-static" -skip webengine -nomake tools -nomake tests -nomake examples -openssl-linked -openssl -ssl -I "C:\OpenSSL-Win64\include" -L "C:\OpenSSL-Win64\lib\VC\static" OPENSSL_LIBS="-llibcrypto64MT -llibssl64MT"
time /t >> time.txt & jom -j8 & time /t >> time.txt
jom -j8 install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment