summaryrefslogtreecommitdiffstats
path: root/tools/installer/nsis/modules/mingw.nsh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/installer/nsis/modules/mingw.nsh')
-rw-r--r--tools/installer/nsis/modules/mingw.nsh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/installer/nsis/modules/mingw.nsh b/tools/installer/nsis/modules/mingw.nsh
index 5503da71e..386d7d7f8 100644
--- a/tools/installer/nsis/modules/mingw.nsh
+++ b/tools/installer/nsis/modules/mingw.nsh
@@ -34,7 +34,7 @@
;; met: http://www.gnu.org/copyleft/gpl.html.
;;
;; If you are unsure which license is appropriate for your use, please
-;; contact the sales department at http://www.qtsoftware.com/contact.
+;; contact the sales department at http://qt.nokia.com/contact.
;; $QT_END_LICENSE$
;;
;; This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
@@ -57,7 +57,7 @@
!error "MODULE_MINGW_ROOT not defined!"
!endif
!ifndef MODULE_MINGW_URL
- !define MODULE_MINGW_URL "ftp://ftp.trolltech.com/misc"
+ !define MODULE_MINGW_URL "ftp://ftp.qt.nokia.com/misc"
!endif
!ifndef MODULE_MINGW_COMPILERVERSION
!define MODULE_MINGW_COMPILERVERSION "3.4.2"