Commit b11b7d53 authored by Kai Koehne's avatar Kai Koehne Committed by The Qt Project
Browse files

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: default avatarTor Arne Vestbø <tor.arne.vestbo@digia.com>
Reviewed-by: default avatarOswald Buddenhagen <oswald.buddenhagen@digia.com>
parent 95fd73b8
No related merge requests found
Showing with 7 additions and 0 deletions
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 += \
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment