summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndy Nichols <andy.nichols@theqtcompany.com>2015-11-23 13:11:07 +0100
committerAndy Nichols <andy.nichols@theqtcompany.com>2015-11-24 14:26:55 +0000
commit849ee6c976ba3574b1856eb9d16c2bd740a6d2e3 (patch)
tree46764cc357eb18130041afbdb277c796620c6534 /src
parentc7aa0be29858649b7c8ab8cae0aaae4ebedfad82 (diff)
Move OpenGL/EGL headers into 3rdparty folder
These headers are actually 3rd party code since they come directly from the Khronos Group. This fixes issues with the license checker as well. Documentation and build script are updated to reflect the change in the header location. Change-Id: I1e513d7be580dcc3ea987d7fd0a5049fd7255d4e Reviewed-by: Antti Kokko <antti.kokko@theqtcompany.com>
Diffstat (limited to 'src')
-rw-r--r--src/doc/src/qtquick2drenderer-installation-guide.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/src/qtquick2drenderer-installation-guide.qdoc b/src/doc/src/qtquick2drenderer-installation-guide.qdoc
index 1870964..e18b092 100644
--- a/src/doc/src/qtquick2drenderer-installation-guide.qdoc
+++ b/src/doc/src/qtquick2drenderer-installation-guide.qdoc
@@ -87,7 +87,7 @@
Copy the include folder to the /usr/include folder in your sysroot. This
installs the OpenGL/EGL headers:
\badcode
- cp -r include/* ${SYSROOT}/usr/include/
+ cp -r 3rdparty/include/* ${SYSROOT}/usr/include/
\endcode
Copy \c libEGL.so and \c libGLESv2.so to the /usr/lib folder in your sysroot:
\badcode