diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2009-08-24 16:35:59 +1000 |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-08-24 16:35:59 +1000 |
commit | 4abc6e00d1a2eca205640b61f20d4af95ec2a9ab (patch) | |
tree | 3f4605b7fae733ea90dbbd86532c0e836cf9249e /projects.pro | |
parent | 6af5f111e0f9463c3a907e187b1276c947ed43e2 (diff) | |
download | qt4-tools-4abc6e00d1a2eca205640b61f20d4af95ec2a9ab.tar.gz |
Remove last vestiges of the qtusagereporter.
Reviewed-by: Trust Me
Diffstat (limited to 'projects.pro')
-rw-r--r-- | projects.pro | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/projects.pro b/projects.pro index a1f2dd1637..2a6a956a47 100644 --- a/projects.pro +++ b/projects.pro @@ -157,8 +157,3 @@ false:macx { #mac install location INSTALLS += macdocs } -!win32:contains(QT_CONFIG, qtusagereporter) { - usagereporter.path=$$[QT_INSTALL_BINS] - usagereporter.files=$$QT_BUILD_TREE/bin/qtusagereporter - INSTALLS += usagereporter -} |