aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2016-11-07 11:00:59 +0100
committerKai Koehne <kai.koehne@qt.io>2016-11-08 08:03:56 +0000
commit80a69c09062f462f65dfd07c32bd72920f250daa (patch)
treed0381a2848edd5b22485ffc6cc8ff509d69c46b4 /doc
parent4b67847fe6ea57f25ef6321bbf9d14825e979ae5 (diff)
Assume UTF-8 encoding for qbs project files
Like QML has been doing forever. Task-number: QBS-941 Change-Id: I0e46003740b68f2172c623043a0861910c1fe29d Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/qbs.qdoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/qbs.qdoc b/doc/qbs.qdoc
index 758807fc1..0d3d576f2 100644
--- a/doc/qbs.qdoc
+++ b/doc/qbs.qdoc
@@ -286,6 +286,7 @@
\QBS uses project files (*.qbs) to describe the contents of a project.
A project contains one or more \l{Product Item}{products}. A product is the target of a build
process, typically an application, library or maybe a tar ball.
+ \note \QBS source files are assumed to be UTF-8 encoded.
\section1 The Obligatory Hello World Example