From b11b7d53b5322bb56cf08f63ac91aa8d8b0cc49d Mon Sep 17 00:00:00 2001
From: Kai Koehne <kai.koehne@digia.com>
Date: Wed, 8 May 2013 14:16:56 +0200
Subject: [PATCH] qmlplugindump: Add explanation why it needs to be an app
 bundle
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Since this is popping up quite regularly, add an explanation why
we need qmlplugindump to be an application bundle.

Change-Id: Iacf5ad0742aa9fb601c3be046f268764df062e81
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@digia.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
---
 tools/qmlplugindump/qmlplugindump.pro | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/tools/qmlplugindump/qmlplugindump.pro b/tools/qmlplugindump/qmlplugindump.pro
index b777e0da75..42d17a72cc 100644
--- a/tools/qmlplugindump/qmlplugindump.pro
+++ b/tools/qmlplugindump/qmlplugindump.pro
@@ -1,5 +1,12 @@
 QT += qml qml-private quick-private core-private
 
+#
+# qmlplugindump is an applicaton bundle on the mac
+# so that we can include an Info.plist, which is needed
+# to surpress qmlplugindump popping up in the dock
+# when launched.
+#
+
 CONFIG += qpa_minimal_plugin
 
 SOURCES += \
-- 
GitLab