configure: Remove left over for -nokia-developer option

This seems to be a left over from 52fc6694b8

Change-Id: Ib0d5868a099e53ec2c2af6be749a5496bbf1f145
Reviewed-by: Jeremy Katz <jeremy@panix.com>
This commit is contained in:
Sergio Ahumada 2012-12-23 14:27:13 +01:00 committed by The Qt Project
parent 91a55c7e7d
commit d376a4e578

View File

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