summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2016-06-29 15:02:58 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2016-06-30 07:06:39 +0000
commitdf9aee21504b18decbd5637ca4ce86c559fa3cc3 (patch)
tree7f39b6a23aba1475bea01272b448d926a8117bf8 /src
parent596ce989b5efff9d062540544e9c024dabe14e05 (diff)
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>
Diffstat (limited to 'src')
-rw-r--r--src/angle/README.qt2
-rw-r--r--src/plugins/platforms/windows/qwindowseglcontext.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/angle/README.qt b/src/angle/README.qt
index ce5b6332bc..2d484a0280 100644
--- a/src/angle/README.qt
+++ b/src/angle/README.qt
@@ -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:
diff --git a/src/plugins/platforms/windows/qwindowseglcontext.cpp b/src/plugins/platforms/windows/qwindowseglcontext.cpp
index 9ae1ca8acb..82ac47e99f 100644
--- a/src/plugins/platforms/windows/qwindowseglcontext.cpp
+++ b/src/plugins/platforms/windows/qwindowseglcontext.cpp
@@ -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).