aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/clean
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@petroules.com>2013-06-03 05:04:12 -0400
committerJoerg Bornemann <joerg.bornemann@digia.com>2013-06-03 12:36:13 +0200
commit8018ff996a0ab8fa9f25e017441e2776ae667ffb (patch)
tree5cd671b6c7ef84f80956c0ed75d636d8a514745b /tests/auto/blackbox/testdata/clean
parentacf8e4f4fcf14d6edf6fbb79ae2cfae1ce475baa (diff)
Be less ambiguous about the naming and referencing of OS X.
Change-Id: I7a389cb744c451cee435196fd65a8987199d3ed5 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'tests/auto/blackbox/testdata/clean')
-rw-r--r--tests/auto/blackbox/testdata/clean/clean.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/blackbox/testdata/clean/clean.qbs b/tests/auto/blackbox/testdata/clean/clean.qbs
index fa6e4433f..11e3a2c21 100644
--- a/tests/auto/blackbox/testdata/clean/clean.qbs
+++ b/tests/auto/blackbox/testdata/clean/clean.qbs
@@ -1,7 +1,7 @@
import qbs 1.0
Project {
- // Explicit type needed to prevent bundle generation on Mac.
+ // Explicit type needed to prevent bundle generation on Darwin platforms.
CppApplication {
type: "application"
name: "dep"