diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2009-08-24 06:35:59 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-08-24 06:35:59 (GMT) |
commit | 4abc6e00d1a2eca205640b61f20d4af95ec2a9ab (patch) | |
tree | 3f4605b7fae733ea90dbbd86532c0e836cf9249e /qmake | |
parent | 6af5f111e0f9463c3a907e187b1276c947ed43e2 (diff) | |
download | Qt-4abc6e00d1a2eca205640b61f20d4af95ec2a9ab.zip Qt-4abc6e00d1a2eca205640b61f20d4af95ec2a9ab.tar.gz Qt-4abc6e00d1a2eca205640b61f20d4af95ec2a9ab.tar.bz2 |
Remove last vestiges of the qtusagereporter.
Reviewed-by: Trust Me
Diffstat (limited to 'qmake')
-rw-r--r-- | qmake/main.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/qmake/main.cpp b/qmake/main.cpp index 3fb79dd..92a00c8 100644 --- a/qmake/main.cpp +++ b/qmake/main.cpp @@ -98,17 +98,6 @@ int runQMake(int argc, char **argv) return 0; } - // report Qt usage for commercial customers with a "metered license" (currently experimental) -#if QT_EDITION != QT_EDITION_OPENSOURCE - QString reporterPath = QLibraryInfo::location(QLibraryInfo::BinariesPath) + QDir::separator() - + "qtusagereporter"; -#if defined(Q_OS_WIN) - reporterPath += ".exe"; -#endif - if (QFile::exists(reporterPath)) - system(qPrintable(reporterPath + " qmake")); -#endif - QString oldpwd = qmake_getpwd(); #ifdef Q_WS_WIN if(!(oldpwd.length() == 3 && oldpwd[0].isLetter() && oldpwd.endsWith(":/"))) |