diff options
-rwxr-xr-x | configure | 25 |
1 files changed, 13 insertions, 12 deletions
@@ -3082,7 +3082,7 @@ if [ '!' -f "${XQMAKESPEC}/qplatformdefs.h" ]; then echo echo " $XQMAKESPEC/qplatformdefs.h" echo - echo " Please contact qt-bugs@trolltech.com." + echo " Please use the contact form at http://qt.digia.com/contact-us" echo exit 2 fi @@ -3125,9 +3125,9 @@ if [ "$CFG_RTOS_ENABLED" = "no" ]; then echo "" echo "You are not licensed for Qt for `basename $XPLATFORM`." echo "" - echo "Please contact qt-info@nokia.com to upgrade your license to" - echo "include this platform, or install the Qt Open Source Edition" - echo "if you intend to develop free software." + echo "Please use the contact form at http://qt.digia.com/contact-us" + echo "to upgrade your license to include this platform, or install" + echo "the Qt Open Source Edition if you intend to develop free software." exit 1 ;; esac @@ -4664,9 +4664,10 @@ elif [ "$Edition" != "OpenSource" ]; then echo echo " Your support and upgrade period has expired." echo - echo " You are no longer licensed to use this version of Qt." - echo " Please contact qt-info@nokia.com to renew your support" - echo " and upgrades for this license." + echo " You are no longer licensed to use this software. Please" + echo " use the contact form at http://qt.digia.com/contact-us to" + echo " purchase license, or install the Qt Open Source Edition" + echo " if you intend to develop free software." echo echo "NOTICE NOTICE NOTICE NOTICE" echo @@ -4683,8 +4684,8 @@ elif [ "$Edition" != "OpenSource" ]; then echo " support, nor are you entitled to use any more recent" echo " Qt releases." echo - echo " Please contact qt-info@nokia.com to renew your" - echo " support and upgrades for this license." + echo " Please use the contact form at http://qt.digia.com/contact-us" + echo " to renew your support and upgrades for this license." echo echo "WARNING WARNING WARNING WARNING" echo @@ -4698,9 +4699,9 @@ elif [ "$Edition" != "OpenSource" ]; then echo " Your Evaluation license has expired." echo echo " You are no longer licensed to use this software. Please" - echo " contact qt-info@nokia.com to purchase license, or install" - echo " the Qt Open Source Edition if you intend to develop free" - echo " software." + echo " use the contact form at http://qt.digia.com/contact-us to" + echo " purchase license, or install the Qt Open Source Edition" + echo " if you intend to develop free software." echo echo "NOTICE NOTICE NOTICE NOTICE" echo |