Commit d376a4e5 authored by Sergio Ahumada's avatar Sergio Ahumada Committed by The Qt Project
Browse files

configure: Remove left over for -nokia-developer option

This seems to be a left over from 52fc6694



Change-Id: Ib0d5868a099e53ec2c2af6be749a5496bbf1f145
Reviewed-by: default avatarJeremy Katz <jeremy@panix.com>
parent 91a55c7e
Branches
Tags
No related merge requests found
Showing with 0 additions and 7 deletions
...@@ -58,13 +58,6 @@ using namespace std; ...@@ -58,13 +58,6 @@ using namespace std;
void Tools::checkLicense(QMap<QString,QString> &dictionary, QMap<QString,QString> &licenseInfo, void Tools::checkLicense(QMap<QString,QString> &dictionary, QMap<QString,QString> &licenseInfo,
const QString &path) 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"; QString tpLicense = dictionary["QT_SOURCE_TREE"] + "/LICENSE.PREVIEW.OPENSOURCE";
if (QFile::exists(tpLicense)) { if (QFile::exists(tpLicense)) {
dictionary["EDITION"] = "Preview"; dictionary["EDITION"] = "Preview";
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment