summaryrefslogtreecommitdiffstats
path: root/tools/configure
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2012-09-21 12:31:38 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-09-22 23:40:24 +0200
commitef23f5d9bd3d82a6a1b5c3adb50d6ad4bfe127bb (patch)
treef961fa11b69b868f9d02157bc7ae4a59f7b5f8ec /tools/configure
parent1395b81935d590aa1a44c7d4857f788a06f6c794 (diff)
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>
Diffstat (limited to 'tools/configure')
-rw-r--r--tools/configure/tools.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure/tools.cpp b/tools/configure/tools.cpp
index f954df6f31..fe1721a36f 100644
--- a/tools/configure/tools.cpp
+++ b/tools/configure/tools.cpp
@@ -201,7 +201,7 @@ void Tools::checkLicense(QMap<QString,QString> &dictionary, QMap<QString,QString
if (dictionary.value("DONE") == "error") {
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 << "Qt Open Source Edition if you intend to develop free software." << endl;
return;