summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2013-04-09 09:02:18 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-04-09 10:49:34 +0200
commit45a277c80fde4bc11a9ac46d4b9e9e05f837cc41 (patch)
tree4cfc09e99f5a0dbf766ba4cc77d030a8cdc08ead
parent6dad265e22353d7d9fef00f8d7d41be6c8c21e1a (diff)
configure: Fix url about evaluacion license
Change-Id: Ife495cb67b9b378cbf2668157752219a98c6b435 Reviewed-by: Iikka Eklund <iikka.eklund@digia.com>
-rw-r--r--tools/configure/tools.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/configure/tools.cpp b/tools/configure/tools.cpp
index 4a57be2861..422f899330 100644
--- a/tools/configure/tools.cpp
+++ b/tools/configure/tools.cpp
@@ -206,9 +206,8 @@ 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 http://www.qt-project.org/legal 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;
+ cout << "Please contact http://qt.digia.com/contact-us to upgrade your license" << endl;
+ cout << "to include the " << dictionary["PLATFORM NAME"] << " platform." << endl;
return;
}