aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2018-03-15 08:20:55 +0100
committerChristian Stenger <christian.stenger@qt.io>2018-03-15 07:44:49 +0000
commit1f3a106025b7dc48d0828372c14e62632fa531bf (patch)
tree23b6284ca02c5998c6a0f0934411bad793ac8746 /tests/auto
parentaf99c3fe7d73e2f373a391ccfd0381e78c4cbff2 (diff)
Tests: Fix Qbs build
Change-Id: I5bc5ec98994ce83137ac1599682251db35e26663 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/profilewriter/profilewriter.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/profilewriter/profilewriter.qbs b/tests/auto/profilewriter/profilewriter.qbs
index 03de7d00d37..ba420c4817f 100644
--- a/tests/auto/profilewriter/profilewriter.qbs
+++ b/tests/auto/profilewriter/profilewriter.qbs
@@ -25,4 +25,5 @@ QtcAutotest {
files: "tst_profilewriter.cpp"
}
cpp.includePaths: base.concat([proParserGroup.prefix])
+ cpp.defines: base.concat("QT_USE_FAST_OPERATOR_PLUS")
}