From d376a4e5788fa2cc1de20b6a8a57580d3ae3c541 Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Sun, 23 Dec 2012 14:27:13 +0100 Subject: [PATCH] configure: Remove left over for -nokia-developer option This seems to be a left over from 52fc6694b87e93fe0828424bb26d9279785de3e7 Change-Id: Ib0d5868a099e53ec2c2af6be749a5496bbf1f145 Reviewed-by: Jeremy Katz --- tools/configure/tools.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tools/configure/tools.cpp b/tools/configure/tools.cpp index fe1721a36f3..69347eb5835 100644 --- a/tools/configure/tools.cpp +++ b/tools/configure/tools.cpp @@ -58,13 +58,6 @@ using namespace std; void Tools::checkLicense(QMap &dictionary, QMap &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";