17 lines
442 B
Diff
17 lines
442 B
Diff
temporary fix because of alpha, has to be dropped as soon as gcc's bug is fixed.
|
|
|
|
---
|
|
src/opengl/opengl.pro | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/src/opengl/opengl.pro
|
|
+++ b/src/opengl/opengl.pro
|
|
@@ -39,6 +39,7 @@ SOURCES += qgl.cpp \
|
|
qglpaintdevice.cpp \
|
|
qglbuffer.cpp \
|
|
|
|
+QMAKE_CXXFLAGS_HIDESYMS -= -fvisibility-inlines-hidden
|
|
|
|
!contains(QT_CONFIG, opengles2) {
|
|
HEADERS += qpaintengine_opengl_p.h
|