From 167a7202b2e3a8a94361fadf04f3570f6f2c7708 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Thu, 13 Feb 2014 19:43:55 +0100 Subject: iOS build fix for qmlplugindump MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Do the docker startup thing only for Mac OS X, i.e. using the macx scope in the .pro file, not mac. Change-Id: I06266ace2ae0f8a3685b26983a7b2cd5815e3e99 Reviewed-by: Morten Johan Sørvig Reviewed-by: Tor Arne Vestbø --- tools/qmlplugindump/qmlplugindump.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/qmlplugindump') diff --git a/tools/qmlplugindump/qmlplugindump.pro b/tools/qmlplugindump/qmlplugindump.pro index 5c225948dd..67af71c59f 100644 --- a/tools/qmlplugindump/qmlplugindump.pro +++ b/tools/qmlplugindump/qmlplugindump.pro @@ -9,7 +9,7 @@ SOURCES += \ HEADERS += \ qmlstreamwriter.h -mac { +macx { # Prevent qmlplugindump from popping up in the dock when launched. # We embed the Info.plist file, so the application doesn't need to # be a bundle. -- cgit v1.2.3