Building QT 5.15.2 64bit on MSVC static
Solved
General and Desktop
-
Hi, i am trying to build qt using jom(MSVC) statically.
All goes well with the build, config passes build begins runs for a pretty long time. Then suddenly just stops building, no error message or anything. Below i have linked all relevant build configs and outputs.
How can i fix this?- My build script:
C:\Qt\5.15.2\Src\configure.bat -release -static -opensource -confirm-license -static-runtime -qt-zlib -make libs -qt-libjpeg -qt-tiff -qt-webp -qt-libpng -qt-freetype -qt-pcre -qt-harfbuzz -gui -no-pch -opengl desktop -platform win32-msvc -prefix "C:\Qt\5.15.2\msvc2019_static_64" -skip location -skip webengine -nomake tools -nomake tests -nomake examples -openssl-linked -I "C:\OpenSSL-Win64\include" -L "C:\OpenSSL-Win64\lib\VC\static" OPENSSL_LIBS="-lWs2_32 -lGdi32 -lAdvapi32 -lCrypt32 -lUser32" OPENSSL_LIBS_DEBUG="-llibssl64MT -llibcrypto64MT" OPENSSL_LIBS_RELEASE="-llibssl64MT -llibcrypto64MT" jom -j8 jom install
- My config.log
https://pastebin.com/QL2zWLbU - My config.summary
https://pastebin.com/rmsrxxg6 - .qmake.stash
https://pastebin.com/iV2ZfhzZ - .qmake.super
https://pastebin.com/s2N5srzd - .qmake.cache
CONFIG += QTDIR_build