aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/qbs.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/qbs.qdoc b/doc/qbs.qdoc
index 2e1af2267..b8d896910 100644
--- a/doc/qbs.qdoc
+++ b/doc/qbs.qdoc
@@ -465,8 +465,8 @@
\section2 Selecting Files by Properties
- The classical (pre-lighthouse) Qt case is that you have a file that is only going to
- be compiled on a certain platform. This is how you do it:
+ Sometimes you have a file that is only going to be compiled on a certain platform.
+ This is how you do it:
\code
Group {
condition: qbs.targetOS.contains("windows")