-
Notifications
You must be signed in to change notification settings - Fork 400
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build doc could do with hiting at two qt5 build dependencies #57
Comments
Woops, ok my bad, qt5-tools also needed as a build dependency. |
I am getting the same error when trying to do a qmake on lubuntu: Here is the version I am running:
I could not found any qt5-tools package on my distro:
|
Fixes ricochet-im#56 Fixes ricochet-im#57
I am getting the same issue on Linux Mint 17 (based on Ubuntu 14.04) with both the ricochet 1.0.4 and the newst git version (112232c). I have the |
@manwesulimo2004 Can you try running:
and see if you have |
Here is the output. As you can see
|
Missing translation files:
└──╼ qmake
RCC: Error in 'translation/embedded.qrc': Cannot find file 'ricochet_en.qm'
RCC: Error in 'translation/embedded.qrc': Cannot find file 'ricochet_it.qm'
RCC: Error in 'translation/embedded.qrc': Cannot find file 'ricochet_es.qm'
RCC: Warning: No resources in 'translation/embedded.qrc'.
└──╼ find . -name ricochet_en.qm
.
Not sure about that part? Also maybe a note in the docs about qt5-quickcontrols is a build dependency.
The text was updated successfully, but these errors were encountered: