aboutsummaryrefslogtreecommitdiffstats
path: root/doc/qbs.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/qbs.qdoc')
-rw-r--r--doc/qbs.qdoc3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/qbs.qdoc b/doc/qbs.qdoc
index 460833ec6..2e1af2267 100644
--- a/doc/qbs.qdoc
+++ b/doc/qbs.qdoc
@@ -421,8 +421,7 @@
\endcode
A module can implicitly depend on other modules. For example, the \c Qt.core module depends
- on \c{cpp}. But to set the properties of a module you must explicitly import
- it.
+ on \c{cpp}. But to set the properties of a module you must make the dependency explicit.
\code
// THIS DOES NOT WORK