ad5aee2e34
The QT_OPENGL_ES* macros are leftovers from an earlier, ad hoc configuration system, which has since been replaced by QT_CONFIG. To clean things up in Qt 6, we use the new way instead. Task-number: QTBUG-83467 Change-Id: I578dc7695bff9d5ee303b22e44f60fee22fe0c28 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
7 lines
75 B
Plaintext
7 lines
75 B
Plaintext
|
|
QT_END_NAMESPACE
|
|
|
|
#endif // QT_NO_OPENGL && !QT_CONFIG(opengles2)
|
|
|
|
#endif
|