mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
update compilation instructions to account for Qt6 #15946
Labels
No labels
Accessibility
AppImage
Bounty
Build system
CI
Can't reproduce
Code cleanup
Confirmed bug
Confirmed bug
Core
Crash
Data loss
Discussion
Docker
Documentation
Duplicate
Feature
Feature request
Feature request
Feature request
Filters
Flatpak
GUI
Has workaround
I2P
Invalid
Libtorrent
Look and feel
Meta
NSIS
Network
Not an issue
OS: *BSD
OS: Linux
OS: Windows
OS: macOS
PPA
Performance
Project management
Proxy/VPN
Qt bugs
Qt6 compat
RSS
Search engine
Security
Temp folder
Themes
Translations
Triggers
Waiting diagnosis
Waiting info
Waiting upstream
Waiting web implementation
Watched folders
WebAPI
WebUI
autoCloseOldIssue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/qBittorrent#15946
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @prescriptionlifeline on GitHub (Jul 29, 2024).
qBittorrent & operating system versions
qBittorrent: 4.6.5
Operating system: Debian GNU/Linux 12 (bookworm)
Qt: 6.7.2
libtorrent-rasterbar:
github.com/arvidn/libtorrent@8fa55e5a1cWhat is the problem?
I'm trying to follow the directions at https://github.com/qbittorrent/qBittorrent/wiki/Compilation-Debian,-Ubuntu,-and-derivatives to compile qBittorrent and the instructions suggest installing Qt from https://www.qt.io/download-qt-installer , which I did, but it's unclear how to install Qt 5 from that. Using the default settings Qt 6.7.2 got installed.
This is an issue because of this step:
In particular, that gives this message when it runs:
I mean, I'll still need to set the path to Qt (adding
Qt5_DIR=~/Qt/6.7.2to thecmakecommand would do the trick if I was running Qt5 I guess) but figuring out how to set the path is a bit premature if I can't enable Qt6 builds...@HanabishiRecca commented on GitHub (Jul 29, 2024):
It's
-DQT6=ON.github.com/qbittorrent/qBittorrent@5e81347933/CMakeLists.txt (L25-L31)With 5.0.0 release Qt6 will became the only option though, so the wiki page need to be rewritten completely.
@xavier2k6 commented on GitHub (Jun 12, 2025):
Closed via https://github.com/qbittorrent/wiki/pull/33