summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBernd Weimer <bernd.weimer@pelagicore.com>2019-07-04 17:31:00 +0200
committerBernd Weimer <bernd.weimer@pelagicore.com>2019-08-13 13:55:10 +0200
commit1608b6a0a775f3efc0ca8d958f905b3063cc6bfc (patch)
tree9f77ad8ad3e2b17a902a31d5295a6e7012908f63 /doc
parentd7c39b1e0c7593ef281b5e7ff37cd4b67d72f8c1 (diff)
downloadqtapplicationmanager-1608b6a0a775f3efc0ca8d958f905b3063cc6bfc.tar.gz
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 <robert.griebl@pelagicore.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/configuration.qdoc6
-rw-r--r--doc/manifest.qdoc7
2 files changed, 13 insertions, 0 deletions
diff --git a/doc/configuration.qdoc b/doc/configuration.qdoc
index 98bc8c46..1a60184c 100644
--- a/doc/configuration.qdoc
+++ b/doc/configuration.qdoc
@@ -226,6 +226,12 @@ or across multiple config files, the final value is resolved based on these rule
\li string
\li If set, the given style is used by QtQuickControls 2.
\row
+ \li [\c ui/resources]
+ \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 the
+ System UI process. Resources can be accessed with the ":" or "qrc://" file path prefix.
+ \row
\li [\c plugins]
\li map<array<string>>
\li A string-to-string-list map that defines plugins that the application manager should
diff --git a/doc/manifest.qdoc b/doc/manifest.qdoc
index 17f6e2bc..d38a4d00 100644
--- a/doc/manifest.qdoc
+++ b/doc/manifest.qdoc
@@ -271,6 +271,13 @@ that specifies which runtime a configuration option applies to:
\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<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 the application
+ process. Resources can be accessed with the ":" or "qrc://" file path prefix.
+\row
\li \c arguments
\li native
\li array<string>