aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@theqtcompany.com>2015-11-18 11:13:04 +0100
committerKai Koehne <kai.koehne@theqtcompany.com>2015-11-25 09:11:06 +0000
commit7338664971101a76a54fda7196c411f0235186c0 (patch)
tree66fd33f0d10218b6fab42ce2729cb9a95dcb7e83
parent71307a0cba2e387e7e049314c2eb12c93d4ac04f (diff)
Doc: Remove mentioning of 'lighthouse'v1.4.4
Lighthouse was an internal name, it's now called QPA. Anyhow, this reference adds nothing to the understanding of the section, so we can as well remove it. Change-Id: I92808069a70d75a0ef9741566e0f9bc3b746231d Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-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")