config-ui

Synopsis

qbs config-ui [--settings-dir <directory>] [--system]

Description

Opens the Qbs Settings application for managing Qbs settings, such as preferences and profiles, in a hierarchical view. This makes it easier to manage a large number of settings than using the config command from the command line.

For more information, see Configuring Profiles and Preferences.

Options

--settings-dir <directory>

Reads all settings (such as profile information) from the specified <directory>. If the directory does not exist, it will be created.

The default value is system-specific. For example:

  • Linux: $HOME/.config/QtProject/qbs
  • Windows: %APPDATA%\QtProject\qbs
  • macOS: $HOME/Library/Preferences/qbs

--system

Instructs the tool to work on the system-level settings. Otherwise, the user-level settings are presented.

--help|-h|-?

Displays help for the command.

Examples

Opens Qbs Settings:

qbs config-ui

© 2023 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.