configure: Update contact information for commercial users

Task-number: QTBUG-23949
Change-Id: Iaca7f45eae39ab7f6368431daead93358b17fe36
Reviewed-by: Janne Anttila <janne.anttila@digia.com>
Reviewed-by: Sinan Tanilkan <sinan.tanilkan@digia.com>
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
This commit is contained in:
Sergio Ahumada 2012-09-21 12:31:38 +02:00 committed by The Qt Project
parent 1395b81935
commit ef23f5d9bd
2 changed files with 14 additions and 14 deletions

26
configure vendored
View File

@ -510,7 +510,7 @@ elif [ $COMMERCIAL_USER = "yes" ]; then
echo echo
echo "You are using an old license file." echo "You are using an old license file."
echo echo
echo "Please install the license file supplied by Nokia," echo "Please install the license file supplied by Digia,"
echo "or install the Qt Open Source Edition if you intend to" echo "or install the Qt Open Source Edition if you intend to"
echo "develop free software." echo "develop free software."
exit 1 exit 1
@ -617,9 +617,9 @@ elif [ $COMMERCIAL_USER = "yes" ]; then
echo echo
echo "You are not licensed for the $Platform platform." echo "You are not licensed for the $Platform platform."
echo echo
echo "Please contact qt-info@nokia.com to upgrade your license to" echo "Please use the contact form at http://qt.digia.com/contact-us"
echo "include the $Platform platform, or install the Qt Open Source Edition" echo "to upgrade your license to include the $Platform platform, or install"
echo "if you intend to develop free software." echo "the Qt Open Source Edition if you intend to develop free software."
exit 1 exit 1
;; ;;
esac esac
@ -2513,7 +2513,7 @@ if [ '!' -f "${XQMAKESPEC}/qplatformdefs.h" ]; then
echo echo
echo " $XQMAKESPEC/qplatformdefs.h" echo " $XQMAKESPEC/qplatformdefs.h"
echo echo
echo " Please contact qt-info@nokia.com." echo " Please use the contact form at http://qt.digia.com/contact-us"
echo echo
exit 2 exit 2
fi fi
@ -2532,9 +2532,9 @@ if [ "$CFG_RTOS_ENABLED" = "no" ]; then
echo "" echo ""
echo "You are not licensed for Qt for `basename $XPLATFORM`." echo "You are not licensed for Qt for `basename $XPLATFORM`."
echo "" echo ""
echo "Please contact qt-info@nokia.com to upgrade your license to" echo "Please use the contact form at http://qt.digia.com/contact-us"
echo "include this platform, or install the Qt Open Source Edition" echo "to upgrade your license to include this platform, or install"
echo "if you intend to develop free software." echo "the Qt Open Source Edition if you intend to develop free software."
exit 1 exit 1
;; ;;
esac esac
@ -3398,8 +3398,8 @@ elif [ "$Edition" != "OpenSource" ]; then
echo " support, nor are you entitled to use any more recent" echo " support, nor are you entitled to use any more recent"
echo " Qt releases." echo " Qt releases."
echo echo
echo " Please contact qt-info@nokia.com to renew your" echo " Please use the contact form at http://qt.digia.com/contact-us"
echo " support and upgrades for this license." echo " to renew your support and upgrades for this license."
echo echo
echo "WARNING WARNING WARNING WARNING" echo "WARNING WARNING WARNING WARNING"
echo echo
@ -3412,9 +3412,9 @@ elif [ "$Edition" != "OpenSource" ]; then
echo " Your Evaluation license has expired." echo " Your Evaluation license has expired."
echo echo
echo " You are no longer licensed to use this software. Please" echo " You are no longer licensed to use this software. Please"
echo " contact qt-info@nokia.com to purchase license, or install" echo " use the contact form at http://qt.digia.com/contact-us to"
echo " the Qt Open Source Edition if you intend to develop free" echo " purchase license, or install the Qt Open Source Edition"
echo " software." echo " if you intend to develop free software."
echo echo
echo "NOTICE NOTICE NOTICE NOTICE" echo "NOTICE NOTICE NOTICE NOTICE"
echo echo

View File

@ -201,7 +201,7 @@ void Tools::checkLicense(QMap<QString,QString> &dictionary, QMap<QString,QString
if (dictionary.value("DONE") == "error") { if (dictionary.value("DONE") == "error") {
cout << "You are not licensed for the " << dictionary["PLATFORM NAME"] << " platform." << endl << endl; cout << "You are not licensed for the " << dictionary["PLATFORM NAME"] << " platform." << endl << endl;
cout << "Please contact qt-info@nokia.com to upgrade your license" << endl; cout << "Please use the contact form at http://qt.digia.com/contact-us to upgrade your license" << endl;
cout << "to include the " << dictionary["PLATFORM NAME"] << " platform, or install the" << endl; cout << "to include the " << dictionary["PLATFORM NAME"] << " platform, or install the" << endl;
cout << "Qt Open Source Edition if you intend to develop free software." << endl; cout << "Qt Open Source Edition if you intend to develop free software." << endl;
return; return;