summaryrefslogtreecommitdiff
path: root/debian/patches/41_disable_opengl_visibility.diff
blob: 0580944e1807ee04b29f09147404ad26a49b9fce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
temporary fix because of alpha, has to be dropped as soon as gcc's bug is fixed.

--- a/src/opengl/opengl.pro
+++ b/src/opengl/opengl.pro
@@ -53,6 +53,7 @@ contains(QT_CONFIG, opengles2) {
                 gl2paintengineex/qpaintengineex_opengl2_p.h
 }
 
+QMAKE_CXXFLAGS_HIDESYMS -= -fvisibility-inlines-hidden
 
 x11 {
     contains(QT_CONFIG, opengles1)|contains(QT_CONFIG, opengles1cl)|contains(QT_CONFIG, opengles2) {