summaryrefslogtreecommitdiffstats
path: root/development/qbs/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/qbs/README')
-rw-r--r--development/qbs/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/development/qbs/README b/development/qbs/README
new file mode 100644
index 0000000000..98c9a2f74f
--- /dev/null
+++ b/development/qbs/README
@@ -0,0 +1,9 @@
+QBS - The Qt Build Suite
+
+Qt Build Suite (Qbs) is a tool that helps simplify the build process for
+developing projects across multiple platforms. Qbs can be used for any
+software project, whether it is written in Qt or not.
+
+Qbs is an all-in-one tool that generates a build graph from a high-level
+project description (like qmake or cmake) and additionally undertakes
+the task of executing the commands in the low-level build graph (like make).