summaryrefslogtreecommitdiff
path: root/dist/gdb
diff options
context:
space:
mode:
authorDavid Schulz <david.schulz@digia.com>2013-03-07 07:55:04 +0100
committerDavid Schulz <david.schulz@digia.com>2013-03-07 08:00:13 +0100
commit1e606df0dbcd993136082fc2e21090428500aca5 (patch)
treeb1628923797d7cd5670159e5dfa4eb4903824acf /dist/gdb
parent4c75dd71ed4d62d4a7b02adaf86686a37b5da821 (diff)
downloadqt-creator-1e606df0dbcd993136082fc2e21090428500aca5.tar.gz
Debugger: GDB build script update python url.
Change-Id: I1f4c85edcb5c5cad384fcf595b3f99bec7615ebb Reviewed-by: David Schulz <david.schulz@digia.com>
Diffstat (limited to 'dist/gdb')
-rw-r--r--dist/gdb/Makefile.mingw2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/gdb/Makefile.mingw b/dist/gdb/Makefile.mingw
index acc8a84173..7651a67768 100644
--- a/dist/gdb/Makefile.mingw
+++ b/dist/gdb/Makefile.mingw
@@ -36,7 +36,7 @@ checkunzip:
${source}/python.zip: | makesourcedir checkwget
cd ${source} && \
echo "Downloading python..." && \
- wget -q http://download.qt.nokia.com/misc/gdb/7.4/build-prerequisits/python.zip && \
+ wget -q http://releases.qt-project.org/gdb/build-prerequisites/python.zip && \
touch python.zip
${broot}/python/python.exe: ${source}/python.zip | checkunzip