1QBS(1) User Commands QBS(1)
2
3
4
6 qbs - the Qbs build tool
7
9 qbs [command] [command parameters]
10
12 Qbs 1.12.3, a cross-platform build tool.
13
14 Built-in commands:
15 build Build (parts of) a project. This is the default command.
16
17 clean Remove the files generated during a build.
18
19 dump-nodes-tree
20 Dumps the nodes in the build graph to stdout.
21
22 generate
23 Generate project files for another build tool.
24
25 help Show general or command-specific help.
26
27 install
28 Install (parts of) a project.
29
30 list-products
31 Lists all products in the project, including sub-projects.
32
33 resolve
34 Resolve a project without building it.
35
36 run Run an executable generated by building a project.
37
38 shell Open a shell with a product's environment.
39
40 show-version
41 Print the Qbs version number to stdout.
42
43 status Show the status of files in the project directory.
44
45 update-timestamps
46 Mark the build as up to date.
47
48 Auxiliary commands:
49 config This tool manages qbs settings.
50
51 config-ui
52 This tool displays qbs settings in a GUI.
53
54 create-project
55 This tool creates a qbs project from an existing source tree.
56
57 setup-android
58 This tool creates qbs profiles from Android SDK and NDK instalā
59 lations.
60
61 setup-qt
62 This tool creates qbs profiles from Qt versions.
63
64 setup-toolchains
65 This tool creates qbs profiles from toolchains.
66
68 For detailed help on a command, use the help command. For instance:
69
70 qbs help build
71
72 The full documentation for qbs is available at <http://qbs.io>.
73
74
75
76qbs 1.12.3 December 2018 QBS(1)