Fix URL to ANGLE
Point to the README.md of the project; the old URL http://code.google.com/p/angleproject is now redirected to the bugtracker. Change-Id: I293fc150d5b6c08f16effe8921010050faa264b5 Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io>
This commit is contained in:
parent
596ce989b5
commit
df9aee2150
@ -174,7 +174,7 @@
|
||||
*/
|
||||
|
||||
/*!
|
||||
\externalpage http://code.google.com/p/angleproject/
|
||||
\externalpage https://chromium.googlesource.com/angle/angle/+/master/README.md
|
||||
\title ANGLE
|
||||
*/
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
This is the ANGLE project from:
|
||||
|
||||
http://code.google.com/p/angleproject/
|
||||
https://chromium.googlesource.com/angle/angle/+/master/README.md
|
||||
|
||||
The upstream version used here can be found in:
|
||||
|
||||
|
@ -513,7 +513,7 @@ QSurfaceFormat QWindowsEGLStaticContext::formatFromConfig(EGLDisplay display, EG
|
||||
\list
|
||||
\o Install the Direct X SDK
|
||||
\o Checkout and build ANGLE (SVN repository) as explained here:
|
||||
\l{http://code.google.com/p/angleproject/wiki/DevSetup}{ANGLE-Project}.
|
||||
\l{https://chromium.googlesource.com/angle/angle/+/master/README.md}
|
||||
When building for 64bit, de-activate the "WarnAsError" option
|
||||
in every project file (as otherwise integer conversion
|
||||
warnings will break the build).
|
||||
|
@ -2009,7 +2009,7 @@ bool Configure::displayHelp()
|
||||
}
|
||||
|
||||
desc("ANGLE", "yes", "-angle", "Use the ANGLE implementation of OpenGL ES 2.0.");
|
||||
desc("ANGLE", "no", "-no-angle", "Do not use ANGLE.\nSee http://code.google.com/p/angleproject/\n");
|
||||
desc("ANGLE", "no", "-no-angle", "Do not use ANGLE.\nSee https://chromium.googlesource.com/angle/angle/+/master/README.md\n");
|
||||
// Qt\Windows only options go below here --------------------------------------------------------------------------------
|
||||
desc("\nQt for Windows only:\n\n");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user