blob: 327ab9edd545f4796d0326d33abd82657fd44887 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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
@@ -37,6 +37,7 @@ SOURCES += qgl.cpp \
qglpaintdevice.cpp \
qglbuffer.cpp \
+QMAKE_CXXFLAGS_HIDESYMS -= -fvisibility-inlines-hidden
!contains(QT_CONFIG, opengles2) {
HEADERS += qpaintengine_opengl_p.h
|