Details
-
Task
-
Resolution: Done
-
P3: Somewhat important
-
None
-
None
-
a15472716dbef63f1e5ad27ee412c2a2408b44e2 (qt/qtdeclarative/dev)
Description
$ qml --list-conf
Built-in configurations:
default
resizeToItem
It does not list configuration files from the filesystem, even though the user can write custom config files. And the built-in configs can be chosen with single-word names, whereas to use a custom config file you have to give the full path. So I think we should also detect configurations that are installed in a standard location, probably in individual directories under StandardPaths.AppConfigLocation, list them by the directory name there, and make it work with qml -c myconfig just as you can do qml -c resizeToItem.
Attachments
Issue Links
- is required for
-
QTBUG-26366 Improve qml runtime features
- Open