aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlprofiler/qmlprofiler.pro
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/qmlprofiler/qmlprofiler.pro
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/qmlprofiler/qmlprofiler.pro')
-rw-r--r--tools/qmlprofiler/qmlprofiler.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/qmlprofiler/qmlprofiler.pro b/tools/qmlprofiler/qmlprofiler.pro
index a939612c67..4fa36f5127 100644
--- a/tools/qmlprofiler/qmlprofiler.pro
+++ b/tools/qmlprofiler/qmlprofiler.pro
@@ -1,4 +1,5 @@
QT = qml qml-private network core-private
+CONFIG += no_import_scan
SOURCES += main.cpp \
qmlprofilerapplication.cpp \