-
Notifications
You must be signed in to change notification settings - Fork 60
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
Add Qt packages #212
Comments
That's very nice idea.. because lack of qwidgets it's really annoying. And qt libs are really big to provide them together with each app. |
Have you tried to compile QT and any widget application using it? QLibraryPrivate::loadPlugin failed on "/opt/testwidget/bin/platforms/libepaper.so" : "Cannot load library /opt/testwidget/bin/platforms/libepaper.so: (/opt/testwidget/bin/platforms/libepaper.so: symbol _ZN11QFontEngine14bitmapForGlyphEj6QFixedRK10QTransform version Qt_5_PRIVATE_API not defined in file libQt5Gui.so.5 with link time reference)" |
Do you plan to include Qt WebEngine as well? |
It’s not off the table. We’re still waiting on #274 before we can start investigating this. |
I don't think it's possible to do for our device as QtWebEngine requires opengl.... |
So use MESA or another software only implementation of opengl? |
Actually, I'm not sure. I've just tried to compile it for our freescale cpu and for that you need to configure qt with -no-opengl flag. And sure with this flag qtwebengine throws error... Maybe it's possible but definitely it's require to dig somewhere deep inside QT... UPD there is some nice answer and this in reply to answer so theoretically it is possible :) |
Work is ongoing on the |
how about qt.conf shipped with each app? Because change it system wide is not good idea. |
Before |
I’m currently thinking about making a Qt package for Toltec. This could allow us to have more up-to-date versions of Qt, as well as including a precise set of Qt libs which does not change between two rM updates. This is blocked by:
See the discussion in #83.
The text was updated successfully, but these errors were encountered: