aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlplugindump
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-10-18 13:37:23 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-21 10:39:29 +0200
commit9e0e3207809d50c3622bc6406e3ef03c463a201f (patch)
tree83c83e0af504cb730a3a93e9ec6e6dd46685c3e3 /tools/qmlplugindump
parent9bbb073592989565ec407c19ec2492dfba9317c4 (diff)
suppress qml import scan for the tools which don't need it
Change-Id: Iefdaf60edbe47d2941a0696d96e7b79a67b46d8d Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'tools/qmlplugindump')
-rw-r--r--tools/qmlplugindump/qmlplugindump.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qmlplugindump/qmlplugindump.pro b/tools/qmlplugindump/qmlplugindump.pro
index 0829173abe..5c225948dd 100644
--- a/tools/qmlplugindump/qmlplugindump.pro
+++ b/tools/qmlplugindump/qmlplugindump.pro
@@ -1,6 +1,6 @@
QT += qml qml-private quick-private core-private
-CONFIG += qpa_minimal_plugin
+CONFIG += no_import_scan qpa_minimal_plugin
SOURCES += \
main.cpp \