##// END OF EJS Templates
Fix crash when using linuxfb and 2D renderer...
Fix crash when using linuxfb and 2D renderer No longer should call any OpenGL functions on QML charts applications if we don't have a valid OpenGL context. Task-number: QTBUG-51387 Change-Id: Ic393f69921e300f19dc42c83fc07677ce7869273 Reviewed-by: Mika Salmela <mika.salmela@theqtcompany.com> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>

File last commit:

r2712:c544258484ff
r2868:f4ba2fb98402
Show More
layout.pri
12 lines | 285 B | text/plain | TextLexer
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/abstractchartlayout.cpp \
$$PWD/cartesianchartlayout.cpp \
$$PWD/polarchartlayout.cpp
PRIVATE_HEADERS += \
$$PWD/abstractchartlayout_p.h \
$$PWD/cartesianchartlayout_p.h \
$$PWD/polarchartlayout_p.h