Support Windows 7 and 8.1 on version 4.6.7 with Qt5 build and please publish the x64 binaries #21929
-
SuggestionProvide a build of qBitTorrent version 4.6.7 that supports Windows 7 and 8.1 using Qt5, without the need to use a 3rd party enhanced version. Use caseMany users are still using legacy systems like Windows 7 and 8.1, and are unable to upgrade to newer versions of Windows due to hardware or software limitations. Currently, the official qBitTorrent version 4.6.7 requires at least Windows 10 (1809) / Windows Server 2019, making it impossible for these users to use the latest version of qBitTorrent. By providing a Qt5 build that supports Windows 7 and 8.1, these users can continue to use qBitTorrent without having to resort to 3rd party enhanced versions that may pose security risks. Extra info/examples/attachmentsThe qBitTorrent Enhanced Edition 4.6.7, which is not an authorized version of qBitTorrent at many trackers, includes the security update mentioned in the Bleeping Computer article. However, this version is not recommended due to security concerns. By providing an official build that supports Windows 7 and 8.1, qBitTorrent can ensure that users on these platforms can continue to use the software safely and securely. |
Beta Was this translation helpful? Give feedback.
Replies: 11 comments 10 replies
-
Unlikely to happen..... |
Beta Was this translation helpful? Give feedback.
-
For the moment I will stick with v4.4.5 on Windows 7 and v4.5.5 on Windows 8.1. I have also opened a discussion on the fork: c0re100#633 but they are not helpful. 😞 Could you point me to a tutorial on how to build from source, and the requirements? Thank you. |
Beta Was this translation helpful? Give feedback.
-
Everything is in the wiki. See
At this point just use Linux, IMO. |
Beta Was this translation helpful? Give feedback.
-
qbittorrent_4.6.7_qt5_win7_amd64.zip Use at your own risk! (Some dependencies are older than official 4.5.x releases & no qBittorrent.pdb file present) |
Beta Was this translation helpful? Give feedback.
-
I am highly suspicious of that upload. VT says it is clean: https://www.virustotal.com/gui/file/6b31ad413d703472203777c8d4480c5d77f49801b166f1ceb06dd57b8f6c59ac But when I opened it in a virtual machine my antivirus blocked a connection to 91.132.146.181 port 63681 qualifying it as having malicious intent. |
Beta Was this translation helpful? Give feedback.
-
The whole point of BitTorrent is to connect to random people/addreses in the internet. So it does not indicate anything. |
Beta Was this translation helpful? Give feedback.
-
moved to discussions |
Beta Was this translation helpful? Give feedback.
-
I am thinking MSYS2 would be a better option: Somebody did this for ARM64, so it might be possible for AMD64. Idea - Using (from v4.5.5):
I might have a look at it next week. Newer dependency versions:
Any recommendations? |
Beta Was this translation helpful? Give feedback.
-
I've ported Qt5 CI build on top of the last commit in Here is the build artifacts. I wouldn't reupload them anywhere for maximum build transparency. So download and store them for yourself. Here is |
Beta Was this translation helpful? Give feedback.
-
@HanabishiRecca Installing Qt 5.15.x series is limited to Qt 5.15.2 via |
Beta Was this translation helpful? Give feedback.
I've ported Qt5 CI build on top of the last commit in
v4_6_x
branch (4.6.7 effectively). There are both libtorrent 1.2 and 2.0 builds from the latest respective commits.Here is the build artifacts. I wouldn't reupload them anywhere for maximum build transparency. So download and store them for yourself.
Here is
ci_windows.yaml
(remove the.txt
extension) to be applied on top ofv4_6_x
branch, if you want to build it youself.