-
Notifications
You must be signed in to change notification settings - Fork 27
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
FTBFS: QApplication.cpp fatal error: QQuickStyle: No such file or directory #6
Comments
2nd case:
Same error Log: |
BTW, does brig support linux? Or only Mac/darwin? |
Yup, it has Linux support, but you have to install Qt development environment to build brig by yourself. Document of QQuickStyle said that QQuickStyle was implemented since Qt 5.7, so I think it's version issue cause QQuickStyle header is not found if you are using too old version of Qt. For 2nd case, there is known issue you might get is that Qt version is too new. Actually, I don't test brig on Qt 5.8+ yet, but according to user's report, brig cannot be built since Qt 5.8. I just attempt to fix this bug. If you can not wait for me to fix it, trying to use Qt 5.7 to build brig, it should work. |
Not sure if this will help, I've been looking into using QtQuick 2.7(Qt 5.7+) and with python it seems you need to have an environment value to point out where this module resides. |
1st case:
Install/build with system Qt
Log:
npm-debug.log.txt
The text was updated successfully, but these errors were encountered: