diff options
author | Sergio Ahumada <sergio.ahumada@digia.com> | 2013-04-09 07:02:18 (GMT) |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-04-09 08:49:34 (GMT) |
commit | 45a277c80fde4bc11a9ac46d4b9e9e05f837cc41 (patch) | |
tree | 4cfc09e99f5a0dbf766ba4cc77d030a8cdc08ead /tools/configure/tools.cpp | |
parent | 6dad265e22353d7d9fef00f8d7d41be6c8c21e1a (diff) | |
download | Qt-45a277c80fde4bc11a9ac46d4b9e9e05f837cc41.zip Qt-45a277c80fde4bc11a9ac46d4b9e9e05f837cc41.tar.gz Qt-45a277c80fde4bc11a9ac46d4b9e9e05f837cc41.tar.bz2 |
configure: Fix url about evaluacion license
Change-Id: Ife495cb67b9b378cbf2668157752219a98c6b435
Reviewed-by: Iikka Eklund <iikka.eklund@digia.com>
Diffstat (limited to 'tools/configure/tools.cpp')
-rw-r--r-- | tools/configure/tools.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/configure/tools.cpp b/tools/configure/tools.cpp index 4a57be2..422f899 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; } |