Replies: 2 comments 3 replies
-
@Rootax Can you post the exact commands you are using from below sections? & I believe you may have to pass |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Everything is in the title. I'm talking about https://github.com/qbittorrent/qBittorrent/wiki/Compilation:-Windows-(MSVC-2019,-64-bit,-static-linkage)
With the use of QT6 and libtorrent 2.0, some things have changed, and I can't build a version anymore.
AFAIk, for the libtorrent 2.0 version, the only tweak I need is to change git clone https://github.com/arvidn/libtorrent.git by git clone --recurse-submodules https://github.com/arvidn/libtorrent.git so the 3 submodules are downloaded and the build is fine (I didn't use the "git checkout RC_1_2" command off course).
But the QT6 part seems too tricky for me.
In the Qbittorent cmake file, I turn the QT6 option from OFF to ON. Ok. But at some point in the compilation, it stops during the checking with the error : Failed to find Qt component "LinguistTools".
Afaikthis is because LinguisTools doesn't exist in QT6 anymore ?
I added some QT stuff during the install of base dependencies (qtbase:x64-windows-static qtsvg:x64-windows-static qttools:x64-windows-static), but it doesn't help.
It's maybe easy to fix, I don't know, but I'm kind of stuck right now. Any help would be appreciated :)
Have a good day everyone !
Beta Was this translation helpful? Give feedback.
All reactions