[Interest] Qt 5.x from git for commercial licensees (Windows)

Rainer Wiesenfarth Rainer_Wiesenfarth at Trimble.com
Mon May 2 13:24:33 CEST 2016


Hmm, apparently this is the part of code that is responsible for the behavior:

...
void Tools::checkLicense(QMap<QString,QString> &dictionary,
    const QString &sourcePath, const QString &buildPath)
{
    QString tpLicense = sourcePath + "/LICENSE.PREVIEW.COMMERCIAL";
    if (QFile::exists(tpLicense)) {
        dictionary["EDITION"] = "Preview";
        dictionary["LICENSE FILE"] = tpLicense;
        return;
    }

    dictionary["LICHECK"] = "licheck.exe";

    const QString licenseChecker =
        QDir::toNativeSeparators(sourcePath + "/bin/licheck.exe");

    if (QFile::exists(licenseChecker)) {
    ...

I would simply delete the LICENSE.PREVIEW.COMMERCIAL, but licheck.exe is not available...

Best Regards / Mit freundlichen Grüßen
Rainer Wiesenfarth

-- 
Software Engineer | Trimble Imaging Division
Rotebühlstraße 81 | 70178 Stuttgart | Germany
Office +49 711 22881 0 | Fax +49 711 22881 11
http://www.trimble.com/imaging/ | http://www.inpho.de/

Trimble Germany GmbH, Am Prime Parc 11, 65479 Raunheim
Eingetragen beim Amtsgericht Darmstadt unter HRB 83893,
Geschäftsführer: Dr. Frank Heimberg, Hans-Jürgen Gebauer 



More information about the Interest mailing list