Commit ab6f395
committed
python-pyqt5: Remove QtQuick and QtQuickWidgets modules
When trying to compile QtQuick or QtQuickWidgets sip, the following
error appears:
| Generating the .pro file for the QtQml module...
| Generating the C++ source for the QtQuick module...
...
| sip: QOpenGLFramebufferObject is undefined
| WARNING: exit code 1 from a shell command.
This happens because we compile qt5 with -no-opengl flag while
QtQuick has a dependency of PyQt_OpenGL. For now, we can just
remove these two modules since we don't use them.
Signed-off-by: Codrin Ciubotariu <[email protected]>1 parent 4bff1ee commit ab6f395
File tree
1 file changed
+1
-0
lines changed- dynamic-layers/qt5-layer/recipes-python/pyqt5
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
0 commit comments