qt5base-lts/examples/opengl/legacy
Sona Kurazyan 2f33e030b8 Remove usages of deprecated APIs of qtbase/gui
- Replaced the usages of deprecated APIs by corresponding
  alternatives in the library code and documentation.

- Modified the tests to make them build when deprecated APIs disabled:
    * Made the the parts of the tests testing the deprecated APIs to
      be compiled conditionally, only when the corresponding methods are
      enabled.
    * If the test-case tests only the deprecated API, but not the
      corresponding replacement, added tests for the replacement.

Change-Id: Ic38245015377fc0c8127eb5458c184ffd4b450f1
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
2019-07-13 10:43:15 +02:00
..
framebufferobject2 Be (somewhat more) consistent about the value of pi 2017-06-20 09:53:46 +00:00
grabber Be (somewhat more) consistent about the value of pi 2017-06-20 09:53:46 +00:00
hellogl Remove usages of deprecated APIs of qtbase/gui 2019-07-13 10:43:15 +02:00
overpainting Remove usages of deprecated APIs of qtbase/gui 2019-07-13 10:43:15 +02:00
pbuffers Use qtConfig throughout in qtbase 2016-08-19 04:28:05 +00:00
pbuffers2 Clean up some arithmetic code in an example 2017-07-14 13:36:46 +00:00
samplebuffers Be (somewhat more) consistent about the value of pi 2017-06-20 09:53:46 +00:00
shared Merge remote-tracking branch 'origin/5.6' into 5.7 2016-06-06 09:04:55 +02:00
legacy.pro Use qtConfig throughout in qtbase 2016-08-19 04:28:05 +00:00
README Modernize the OpenGL examples 2014-08-12 07:47:23 +02:00

This directory contains legacy examples that use the fixed pipeline
and thus are not compatible with OpenGL ES 2.0+ and the core profile of
OpenGL 3.0+. They also rely on the Qt OpenGL module (e.g. QGLWidget) which
is not advisable in new application.