-
I'd like to build the latest qbit (4.6) with Qt 6.5 because of the dark mode support for Windows on Qt 6.5. I'm currently still running qbit 4.5.3, the last (and only?) official build with qt 6.5 because of that, but I'd really like to combine the native dark mode with the new theming options in qbit 4.6. I've read this guide: https://github.com/qbittorrent/qBittorrent/wiki/Compilation:-Windows-%28MSVC-2019,-64-bit,-static-linkage%29 I'm completely new to building software from source so I have no idea how to proceed from here. edit:
and these needed to be added to the command:
Currently I'm stuck here:
I'll continue to plough away at this, but if someone can add something helpful, please. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Qt 6.5.3 is available via vcpkg & in fact Qt 6.6.0 is currently being added.
I believe these are now BTW/FYI Qt 6.5 Series have some caveats especially around Should you wish to enable Note: Either of these commands won't be needed in a future release as |
Beta Was this translation helpful? Give feedback.
Qt 6.5.3 is available via vcpkg & in fact Qt 6.6.0 is currently being added.
https://github.com/qbittorrent/qBittorrent/wiki/Compilation:-Windows-%28MSVC-2019,-64-bit,-static-linkage%29#install-the-base-dependencies
qt5-base:x64-windows-static qt5-svg:x64-windows-static qt5-tools:x64-windows-static qt5-winextras:x64-windows-static
I believe these are now
qtbase:x64-windows-static qtsvg:x64-windows-static qttools:x64-windows-static
qtwinextras:x64-windows-static
isn't required for Qt6.BTW/FYI Qt 6.5 Series have some caveats especially around
Dark Mode
& crashes on macOS hence why it was …