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
First, let me say that I can't wait to get this going. I love pass, I love go... you even have vim bindings! But, I don't have the qt libs needed to run this. Is it possible to ship the imports that you have in assets/main.qml (i.e. commit them somewhere)?
I've never done anything with qt or I would submit a PR.
Here's my error:
[0] gabe ~ $ gopass
error: qrc:/assets/main.qml:2 module "QtQuick.Controls" is not installed
qrc:/assets/main.qml:4 module "QtQuick.Controls.Styles" is not installed
qrc:/assets/main.qml:2 module "QtQuick.Controls" is not installed
qrc:/assets/main.qml:4 module "QtQuick.Controls.Styles" is not installed
The text was updated successfully, but these errors were encountered:
These should be part of the Qt distribution, at least if you have Qt > 5.1. The whole build situation is a bit annoying, it would be great to get some binaries uploaded to make this easier for everyone!
First, let me say that I can't wait to get this going. I love
pass
, I love go... you even have vim bindings! But, I don't have the qt libs needed to run this. Is it possible to ship the imports that you have inassets/main.qml
(i.e. commit them somewhere)?I've never done anything with qt or I would submit a PR.
Here's my error:
The text was updated successfully, but these errors were encountered: