Replies: 11 comments 2 replies
-
Did you forget install openssl or static link to openssl? You can check the qt6 official doc for detail: https://doc.qt.io/qt-6/configure-options.html#ssl Also you may refer to my script for cross compiling: https://github.com/c0re100/qBittorrent-Enhanced-Edition/blob/v4_4_x/.github/workflows/cross_build.sh |
Beta Was this translation helpful? Give feedback.
-
I had set:
But I have got same errors. |
Beta Was this translation helpful? Give feedback.
-
And OpenSSL had installed on my router. |
Beta Was this translation helpful? Give feedback.
-
I have same result even I have set flag static for qt6: |
Beta Was this translation helpful? Give feedback.
-
Did you use cmake for cross compile environment ? I mean you have to set Thus when cmake running environment check will output like:
Note |
Beta Was this translation helpful? Give feedback.
-
CMAKE_SYSTEM_PROCESSOR: "arm" |
Beta Was this translation helpful? Give feedback.
-
I create topic on qt forum: https://forum.qt.io/topic/131787/error-connect-signal-not-found-on-qt6-after-cross-compile |
Beta Was this translation helpful? Give feedback.
-
On qt forum says that it issue because, of exist errors in qBittorrent. That they answer:
|
Beta Was this translation helpful? Give feedback.
-
Would you please try my build artifact in your environment qbittorrent-nox_aarch64-linux-musl_static.zip ? All dependencies are static linked. Also you can copy my build script https://github.com/c0re100/qBittorrent-Enhanced-Edition/blob/v4_4_x/.github/workflows/cross_build.sh to I don't know how you build qbittorent. You could share your build script here. |
Beta Was this translation helpful? Give feedback.
-
qBittorrent:4.4.0 I also get this error: |
Beta Was this translation helpful? Give feedback.
-
I think this is because cmkae have not MOC (Meta-Object Compiler). |
Beta Was this translation helpful? Give feedback.
-
qBittorrent & operating system versions
qBittorrent:4.4.0rc1
Operating system:Linux
Qt:6.2.1
libtorrent-rasterbar: 2.0.4
What is the problem?
Hi. I had build qBittorrent for OpenWRT. But after I am start qBittorrent I have got errors:
I can see qBittorrent process from htop. But I can't get access to Web UI.
I build qBittorrent by using cmake ad qt6 by cmake too (#15697 (comment)).
Steps to reproduce
No response
Additional context
No response
Log(s) & preferences file(s)
No response
Beta Was this translation helpful? Give feedback.
All reactions