qt5base-lts/examples/opengl
Liang Qi 57057f76ad Merge remote-tracking branch 'origin/5.6' into 5.7
Conflicts:
	.qmake.conf
	config.tests/unix/nis/nis.cpp
	mkspecs/unsupported/freebsd-g++/qplatformdefs.h
	src/corelib/tools/qdatetime.cpp
	src/corelib/tools/qsimd.cpp
	src/corelib/tools/qsimd_p.h
	src/network/access/access.pri
	src/network/access/qnetworkreplynsurlconnectionimpl.mm
	src/network/access/qnetworkreplynsurlconnectionimpl_p.h
	src/plugins/platforms/cocoa/qnsview.mm
	src/plugins/printsupport/windows/qwindowsprintdevice.cpp
	tests/auto/corelib/kernel/qobject/tst_qobject.cpp
	tests/auto/network/access/qnetworkreply/BLACKLIST
	tests/auto/widgets/widgets/qopenglwidget/BLACKLIST

Change-Id: I4b32055bbf922392ef0264fd403405416fffee57
2016-06-06 09:04:55 +02:00
..
2dpainting Unify license header usage. 2016-03-29 10:20:03 +00:00
contextinfo Merge remote-tracking branch 'origin/5.6' into 5.7 2016-05-06 15:36:44 +02:00
cube Unify license header usage. 2016-03-29 10:20:03 +00:00
doc Unify license header usage. 2016-03-29 10:20:03 +00:00
hellogl2 Unify license header usage. 2016-03-29 10:20:03 +00:00
hellogles3 Unify license header usage. 2016-03-29 10:20:03 +00:00
hellowindow Unify license header usage. 2016-03-29 10:20:03 +00:00
legacy Merge remote-tracking branch 'origin/5.6' into 5.7 2016-06-06 09:04:55 +02:00
paintedwindow Unify license header usage. 2016-03-29 10:20:03 +00:00
qopenglwidget Unify license header usage. 2016-03-29 10:20:03 +00:00
qopenglwindow Unify license header usage. 2016-03-29 10:20:03 +00:00
textures Unify license header usage. 2016-03-29 10:20:03 +00:00
threadedqopenglwidget Unify license header usage. 2016-03-29 10:20:03 +00:00
opengl.pro install the opengl legacy examples 2016-05-03 10:25:25 +00:00
README Remove references to demos from docs. 2011-07-05 19:57:54 +02:00

Qt provides support for integration with OpenGL implementations on all
platforms, giving developers the opportunity to display hardware accelerated
3D graphics alongside a more conventional user interface.

These examples demonstrate the basic techniques used to take advantage of
OpenGL in Qt applications.


Documentation for these examples can be found via the Examples
link in the main Qt documentation.