Commit d10d9f5f authored by Liang Qi's avatar Liang Qi
Browse files

Merge remote-tracking branch 'origin/5.9' into 5.10

Change-Id: I8905dedd8dbdbbedada82f1d9b5dab700935de35
parents ea25c59a b5d003d0
Branches
Tags
No related merge requests found
Showing with 21 additions and 0 deletions
...@@ -1147,7 +1147,28 @@ ...@@ -1147,7 +1147,28 @@
\row \row
\li \c{-qmldir=<path>} \li \c{-qmldir=<path>}
\li Deploy imports used by .qml files in the given 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 \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.
*/ */
/*! /*!
......
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