summaryrefslogtreecommitdiffstats
path: root/tools/configure/tools.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure/tools.cpp')
-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";