diff options
author | Bernd Weimer <bernd.weimer@pelagicore.com> | 2019-12-19 15:19:40 +0100 |
---|---|---|
committer | Bernd Weimer <bernd.weimer@pelagicore.com> | 2020-01-09 12:57:57 +0100 |
commit | 890b40bafa51e5e33319f31aa97660f536de6b5b (patch) | |
tree | ee4deaf9a1da3963c15dcc4c662713c74a87905e /doc | |
parent | 9d0f2517404685521526d8e74d5e034c90c23059 (diff) | |
download | qtapplicationmanager-890b40bafa51e5e33319f31aa97660f536de6b5b.tar.gz |
Add support for resources in quicklauncher
This also fixes adding QML runtime import paths that are in the
resource file system.
Change-Id: Ifeba8bc84c8fb683ce2ca7d69c608db42413ebef
Reviewed-by: Robert Griebl <robert.griebl@qt.io>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/configuration.qdoc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/configuration.qdoc b/doc/configuration.qdoc index 20a6db30..15ea0acc 100644 --- a/doc/configuration.qdoc +++ b/doc/configuration.qdoc @@ -554,6 +554,14 @@ an additional column specifying which runtime a configuration option applies to: calls the function hooks on application startup. \endlist \row + \li [\c resources] + \li qml + \li array<string> + \li Takes a list of \l{The Qt Resource System}{Qt resource} files (.rcc) or libraries that + have resources \l{Compiled-In Resources}{compiled-in} and registers them within each + QML runtime. Consequently, all running QML applications will include these resources. + The resources can be accessed with the ":" or "qrc://" file path prefix. + \row \li \c quicklaunchQml \li qml \li string |