aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlplugindump
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2014-02-13 19:43:55 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-16 16:06:24 +0100
commit167a7202b2e3a8a94361fadf04f3570f6f2c7708 (patch)
treebc690b6aa3f35e6721ddd24a14bbdcc8364bdb80 /tools/qmlplugindump
parent04f58d58e636bea828db0a1296fdaee767fc7d22 (diff)
iOS build fix for qmlplugindump
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 <morten.sorvig@digia.com> Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@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 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.