aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlplugindump
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@digia.com>2013-05-08 14:16:56 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-05-08 17:20:52 +0200
commitb11b7d53b5322bb56cf08f63ac91aa8d8b0cc49d (patch)
treea30e04e2b85919bf5148f613403c897daffc6017 /tools/qmlplugindump
parent95fd73b86cddf806c2065cbdad2e0f7641379ce6 (diff)
qmlplugindump: Add explanation why it needs to be an app bundle
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>
Diffstat (limited to 'tools/qmlplugindump')
-rw-r--r--tools/qmlplugindump/qmlplugindump.pro7
1 files changed, 7 insertions, 0 deletions
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 += \