qmlplugindump: Add explanation why it needs to be an app bundle
authorKai Koehne <kai.koehne@digia.com>
Wed, 8 May 2013 12:16:56 +0000 (14:16 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Wed, 8 May 2013 15:20:52 +0000 (17:20 +0200)
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

index b777e0d..42d17a7 100644 (file)
@@ -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 += \