summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2012-12-23 14:27:13 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-01-04 20:43:51 +0100
commitd376a4e5788fa2cc1de20b6a8a57580d3ae3c541 (patch)
treed510691ff9d930c4db4d3dbb33d4d6f4cedbbd13 /tools
parent91a55c7e7d15ca67d162af52e2332de2d1003490 (diff)
configure: Remove left over for -nokia-developer option
This seems to be a left over from 52fc6694b87e93fe0828424bb26d9279785de3e7 Change-Id: Ib0d5868a099e53ec2c2af6be749a5496bbf1f145 Reviewed-by: Jeremy Katz <jeremy@panix.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/configure/tools.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/configure/tools.cpp b/tools/configure/tools.cpp
index fe1721a36f..69347eb583 100644
--- a/tools/configure/tools.cpp
+++ b/tools/configure/tools.cpp
@@ -58,13 +58,6 @@ using namespace std;
void Tools::checkLicense(QMap<QString,QString> &dictionary, QMap<QString,QString> &licenseInfo,
const QString &path)
{
- if (dictionary[ "BUILDNOKIA" ] == "yes") {
- dictionary["EDITION"] = "NokiaInternalBuild";
- dictionary["LICENSE_FILE"] = ""; // No License for nokia developers
- dictionary["QT_EDITION"] = "QT_EDITION_OPENSOURCE";
- return; // No license key checking in internal builds
- }
-
QString tpLicense = dictionary["QT_SOURCE_TREE"] + "/LICENSE.PREVIEW.OPENSOURCE";
if (QFile::exists(tpLicense)) {
dictionary["EDITION"] = "Preview";