diff options
author | Kai Koehne <kai.koehne@digia.com> | 2013-09-18 07:00:39 (GMT) |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-09-19 12:37:19 (GMT) |
commit | eb39bd7ad04a0e960f432392f6e99ac25b27c6f7 (patch) | |
tree | 324e596b9d5ff0c0da83065cba29b558ea29db72 | |
parent | 2a9ea11f4dea51f9e75036aab8e7a23f0eb4bd1f (diff) | |
download | Qt-eb39bd7ad04a0e960f432392f6e99ac25b27c6f7.zip Qt-eb39bd7ad04a0e960f432392f6e99ac25b27c6f7.tar.gz Qt-eb39bd7ad04a0e960f432392f6e99ac25b27c6f7.tar.bz2 |
configure: Update contact information for commercial users
Cherry-picks most of commit ef23f6d9bd in qtbase (qt5).
Change-Id: I8d9e939e3e39d76b41b07ef00d82428950dd4324
Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
-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 |