We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Trim trailing whitespaces
minor edit for grammar and flow in conf.pri section
Added info necessary for successful compilation of 4.2.x branch with MSVC2019.
Clarified bits in conf.pri regarding OpenSSL.
Updated Compiling with MSVC 2019 (static linkage) (mediawiki)
minor edit for grammar errors in previous commit
4.3.x branch apparently requires boost's date_time library and will fail at linking stage if not built earlier; modified boost build command to suit. Added instructions taking into account libboost_date_time requirement in conf.pri at the end. May want to explicitly include Boost auto-lib as an option, which is what I eventually used, but I am not aware of how or why this could fail or why it isn't the default, so I didn't mention it. Also, I'm not sure if QT Creator changed, but I never got a popup asking where to build, and it just built to a default directory, so I mentioned what this was named and where it was in a sub-bullet near the end.
Clarified a few links since some of them were quite general and Qt buries them/pushes you to use their online installer. Added directions for libtorrent without which boost does not work. Clarified that OpenSSL should be 1.1.1 branch, not 3.0 (not sure if this is true but presuming it is given massive architectural changes in 3.0). Clarified that libtorrent download should be 1.2.x branch per instructions on qbittorrent.org.
downgrade libboost to 1.73
Bump `libtorrent` to 1.2.8; Bump `qt-everywhere-src` to 5.15.0
This should fix https://github.com/qbittorrent/qBittorrent/wiki/Windows-compilation
MSVC 2019 corresponds to the msvc-14.2 toolset (toolset=msvc-14.1 -> toolset=msvc-14.2)
Update example for latest OpenSSL version
Updated Compiling with MSVC 2019 (static linkage) (markdown => mediawiki)