summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2018-02-12 13:06:20 +0100
committerLiang Qi <liang.qi@qt.io>2018-02-12 13:06:20 +0100
commitb9d82bab76a1f199c98411064a664ac09060b388 (patch)
tree664b731cd1778781a37d62e4159c7f4ac19d054c
parent1aa64c4997d92f053ca211dc0992213c14db563d (diff)
parentd10d9f5fae5ff76c1d600b70e6482cd23f83220b (diff)
Merge remote-tracking branch 'origin/5.10' into 5.11
-rw-r--r--doc/src/platforms/osx.qdoc21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/src/platforms/osx.qdoc b/doc/src/platforms/osx.qdoc
index 8d758dd43..5505a44bf 100644
--- a/doc/src/platforms/osx.qdoc
+++ b/doc/src/platforms/osx.qdoc
@@ -1147,7 +1147,28 @@
\row
\li \c{-qmldir=<path>}
\li Deploy imports used by .qml files in the given path
+ \row
+ \li \c{-always-overwrite}
+ \li Copy files even if the target file exists
+ \row
+ \li \c{-codesign=<ident>}
+ \li Run \c codesign with the given identity on all executables
+ \row
+ \li \c{-appstore-compliant}
+ \li Skip deployment of components that use private API
+ \row
+ \li \c{-libpath=<path>}
+ \li Add the given path to the library search path
+ \row
+ \li \c{-fs=<filesystem>}
+ \li Set the filesystem used for the .dmg disk image (defaults to HFS+)
\endtable
+
+ \note macOS High Sierra introduced the new Apple File System (APFS). Older
+ versions of macOS cannot read .dmg files that are formatted with APFS. By
+ default, \c macdeployqt uses the older HFS+ file system for compatibility
+ with all versions of macOS currently supported by Qt. Use the \c{-fs} option
+ to specify a different file system.
*/
/*!