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 /tools/designer/src | |
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 'tools/designer/src')
-rw-r--r-- | tools/designer/src/designer/main.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/tools/designer/src/designer/main.cpp b/tools/designer/src/designer/main.cpp index f76a68a..87f2536 100644 --- a/tools/designer/src/designer/main.cpp +++ b/tools/designer/src/designer/main.cpp @@ -51,20 +51,6 @@ int main(int argc, char *argv[]) { Q_INIT_RESOURCE(designer); - // report Qt usage for commercial customers with a "metered license" (currently experimental) -#if QT_EDITION != QT_EDITION_OPENSOURCE - QString reporterPath = QLibraryInfo::location(QLibraryInfo::BinariesPath); - reporterPath += QDir::separator(); - reporterPath += QLatin1String("qtusagereporter"); -#if defined(Q_OS_WIN) - reporterPath += QLatin1String(".exe"); -#endif -#ifndef Q_OS_WINCE - if (QFile::exists(reporterPath)) - ::system(qPrintable(reporterPath + QLatin1String(" designer"))); -#endif -#endif - QDesigner app(argc, argv); app.setQuitOnLastWindowClosed(false); |