From 9e0e3207809d50c3622bc6406e3ef03c463a201f Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Fri, 18 Oct 2013 13:37:23 +0200 Subject: suppress qml import scan for the tools which don't need it Change-Id: Iefdaf60edbe47d2941a0696d96e7b79a67b46d8d Reviewed-by: Joerg Bornemann --- tools/qmlprofiler/qmlprofiler.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/qmlprofiler/qmlprofiler.pro') 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 \ -- cgit v1.2.3