diff options
author | Sandro Knauß <sknauss@kde.org> | 2016-03-22 16:18:21 +0100 |
---|---|---|
committer | Sandro Knauß <sknauss@kde.org> | 2016-03-28 17:44:48 +0200 |
commit | 50f191eaba9b076675a52252dd8f2a5aaf5b1bb0 (patch) | |
tree | b1913743e1ac75b76e6fb5632d3b899de5611a74 /docs/options.md | |
parent | 43f8c1169524103eea0cbe624572c582b4d14494 (diff) | |
download | kconfig-50f191eaba9b076675a52252dd8f2a5aaf5b1bb0.tar.gz kconfig-50f191eaba9b076675a52252dd8f2a5aaf5b1bb0.tar.bz2 |
Add support for get QStandardPaths locations.
Inside desktop files we want to reach also data, cache and config home
to create files inside these directories.
REVIEW: 127462
CHANGELOG: Add support for get QStandardPaths locations inside desktop files.
Diffstat (limited to 'docs/options.md')
-rw-r--r-- | docs/options.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/options.md b/docs/options.md index c7a6c061..ba7e2d89 100644 --- a/docs/options.md +++ b/docs/options.md @@ -90,4 +90,10 @@ The following syntax for environment variables is also supported: Name[$ei]=${USER} +There are three environment variables that have a fallback strategy if the +environment variable is not set. They instead map to a location from QStanardPaths. +They are: + `$QT_CACHE_HOME` - QStandardPaths::GenericConfigLocation + `$QT_CONFIG_HOME` - QStandardPaths::GenericConfigLocation + `$QT_DATA_HOME` - QStandardPaths::GenericDataLocation |