aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2017-07-07 16:57:36 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2017-07-10 09:00:32 +0000
commit709bcc3efcf444639971d16c5e6d685d23fba464 (patch)
treefcbadab37747fafb6f7437bb0f3096cc875a6116
parent56286d8564ec9016f67a7fc82cfe843b11ebed2a (diff)
Rename the doc product
"documentation" is too generic a name when embedded into a larger project such as Qt Creator. Change-Id: I68e8710cccfaca9d295eed69a51b787fb8d01cdc Reviewed-by: Jake Petroules <jake.petroules@qt.io>
-rw-r--r--doc/doc.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/doc.qbs b/doc/doc.qbs
index c6ff39808..ae9f0dbaf 100644
--- a/doc/doc.qbs
+++ b/doc/doc.qbs
@@ -1,7 +1,7 @@
import qbs 1.0
Product {
- name: "documentation"
+ name: "qbs documentation"
builtByDefault: false
type: "qch"
Depends { name: "Qt.core" }