From 1608b6a0a775f3efc0ca8d958f905b3063cc6bfc Mon Sep 17 00:00:00 2001 From: Bernd Weimer Date: Thu, 4 Jul 2019 17:31:00 +0200 Subject: Add support for Qt resources Qt resources can be added in the form of resource files or libraries that have resources compiled-in. The resource file system can be accessed with the ":" or "qrc://" prefix. Change-Id: I947d00de964f55cd6f6be173ff2f93d073aadc82 Reviewed-by: Robert Griebl --- doc/configuration.qdoc | 6 ++++++ doc/manifest.qdoc | 7 +++++++ 2 files changed, 13 insertions(+) (limited to 'doc') diff --git a/doc/configuration.qdoc b/doc/configuration.qdoc index 98bc8c46..1a60184c 100644 --- a/doc/configuration.qdoc +++ b/doc/configuration.qdoc @@ -225,6 +225,12 @@ or across multiple config files, the final value is resolved based on these rule \li [\c ui/style] \li string \li If set, the given style is used by QtQuickControls 2. + \row + \li [\c ui/resources] + \li array + \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 the + System UI process. Resources can be accessed with the ":" or "qrc://" file path prefix. \row \li [\c plugins] \li map> diff --git a/doc/manifest.qdoc b/doc/manifest.qdoc index 17f6e2bc..d38a4d00 100644 --- a/doc/manifest.qdoc +++ b/doc/manifest.qdoc @@ -270,6 +270,13 @@ that specifies which runtime a configuration option applies to: \li array \li A list of paths to add to the QML-engine's import paths. Use of this parameter is equivalent to setting \c QML2_IMPORT_PATH for a program started from the command line. +\row + \li \c resources + \li qml, qml-in-process + \li array + \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 the application + process. Resources can be accessed with the ":" or "qrc://" file path prefix. \row \li \c arguments \li native -- cgit v1.2.1