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";