qt5base-lts/src/opengl
Thiago Macieira 2b904294a8 Clean up the EXPORT macros in qglobal.h.
QtPlatformSupport is a static library. It should never export
anything, so Q_PLATFORMSUPPORT_EXPORT is unnecessary.

QtSql, QtXml, QtDBus, QtOpenGL and QtPrintSupport now have the macros
on their own source trees. It's possible these modules might be
separated out from qtbase in the future. For QtDBus, the macros are
moving back to where they used to be. This also leaves qglobal.h only
creating the macros for QtCore, QtGui, QtWidgets and QtNetwork, the
core libraries.

Q_CANVAS_EXPORT, Q_OPENVG_EXPORT and Q_COMPAT_EXPORT aren't used
anywhere in the Qt sources, so simply delete them. And the
Q_QUICK1_EXPORT macro in the static section was wrong, so remove it
too.

Change-Id: I50bdf86e783338f814903b25979721f788a7becf
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2012-06-29 00:27:18 +02:00
..
doc Doc: Add a default license footer. 2012-05-11 17:39:13 +02:00
gl2paintengineex Add a missing pointer initializer. 2012-05-23 14:18:34 +02:00
opengl.pro Clean up the EXPORT macros in qglobal.h. 2012-06-29 00:27:18 +02:00
qgl_p.h Remove unused isGLWidget variable. 2012-06-01 13:06:56 +02:00
qgl_qpa.cpp Fix setMouseTracking on QGLWidget 2012-06-23 20:27:45 +02:00
qgl.cpp QtOpenGL: remove \link usages 2012-05-29 11:35:21 +02:00
qgl.h Fix setMouseTracking on QGLWidget 2012-06-23 20:27:45 +02:00
qglbuffer.cpp Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qglbuffer.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qglcolormap.cpp Doc: Modularize QtOpenGL documentation. 2012-05-09 08:36:59 +02:00
qglcolormap.h Clean up the EXPORT macros in qglobal.h. 2012-06-29 00:27:18 +02:00
qglextensions_p.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qglextensions.cpp Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qglframebufferobject_p.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qglframebufferobject.cpp QtOpenGL: remove \link usages 2012-05-29 11:35:21 +02:00
qglframebufferobject.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qglfunctions.cpp Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qglfunctions.h Fixed build issue when using GLEW with MSVC 2012-04-10 10:38:10 +02:00
qglpaintdevice_p.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qglpaintdevice.cpp Prevent warning when using QPainter on a QGLWidget. 2012-04-13 08:33:47 +02:00
qglpixelbuffer_p.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qglpixelbuffer_stub.cpp Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qglpixelbuffer.cpp Doc: Modularize QtOpenGL documentation. 2012-05-09 08:36:59 +02:00
qglpixelbuffer.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qglshaderprogram.cpp Windows: Add ANGLE support. 2012-05-31 09:13:01 +02:00
qglshaderprogram.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qgraphicsshadereffect_p.h Clean up the EXPORT macros in qglobal.h. 2012-06-29 00:27:18 +02:00
qgraphicsshadereffect.cpp Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qtopenglglobal.h Clean up the EXPORT macros in qglobal.h. 2012-06-29 00:27:18 +02:00