qt5base-lts/examples/opengl/legacy
Morten Johan Sørvig a4cba90e19 Set correct target.path for legacy GL examples
Fix Library not loaded/image not found error on application
startup.

With @rpath enabled (commit 6e18f57a) qmake now requires
a correct target.path in order to emit correct -rpath @loader_path
linker directives.

Change-Id: Ia32b038ad2d64819477be5cd9d1ed36768e2251b
Reviewed-by: Jake Petroules <jake.petroules@petroules.com>
2015-05-14 07:57:11 +00:00
..
framebufferobject2 Set correct target.path for legacy GL examples 2015-05-14 07:57:11 +00:00
grabber Set correct target.path for legacy GL examples 2015-05-14 07:57:11 +00:00
hellogl Set correct target.path for legacy GL examples 2015-05-14 07:57:11 +00:00
overpainting Set correct target.path for legacy GL examples 2015-05-14 07:57:11 +00:00
pbuffers Set correct target.path for legacy GL examples 2015-05-14 07:57:11 +00:00
pbuffers2 Set correct target.path for legacy GL examples 2015-05-14 07:57:11 +00:00
samplebuffers Set correct target.path for legacy GL examples 2015-05-14 07:57:11 +00:00
shared Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
legacy.pro Modernize the OpenGL examples 2014-08-12 07:47:23 +02: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.