You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, I tried to build a statically linked version of the original Ricochet IM client for Ubuntu 18.04. I know ricochet-refresh is its successor and therefore not directly the correct place for my issue. Anyway I hope that somebody can help me out. I am pretty sure that I won't get an answer when I open an issue in the old repo.
My problem is, that the compiled binary won't start with the error: qrc:/ui/main.qml:1 module "QtQuick" plugin "qtquick2plugin" not found. A quick research about this error got me no real help but the information that statically linked Qt programs can not load plugins - but the prebuild binaries are working (and so a static build).
Hopefully somebody can help me. I would also love to read a description of how to succefully build a statically linked version of the Ricochet Refresh client, because I was not able to run your modifed build scripts in buildscripts/linux-static as they should.
Thank you, David
The text was updated successfully, but these errors were encountered:
Hi there, I tried to build a statically linked version of the original Ricochet IM client for Ubuntu 18.04. I know ricochet-refresh is its successor and therefore not directly the correct place for my issue. Anyway I hope that somebody can help me out. I am pretty sure that I won't get an answer when I open an issue in the old repo.
My problem is, that the compiled binary won't start with the error:
qrc:/ui/main.qml:1 module "QtQuick" plugin "qtquick2plugin" not found
. A quick research about this error got me no real help but the information that statically linked Qt programs can not load plugins - but the prebuild binaries are working (and so a static build).Hopefully somebody can help me. I would also love to read a description of how to succefully build a statically linked version of the Ricochet Refresh client, because I was not able to run your modifed build scripts in
buildscripts/linux-static
as they should.Thank you, David
The text was updated successfully, but these errors were encountered: