From 1f3a106025b7dc48d0828372c14e62632fa531bf Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Thu, 15 Mar 2018 08:20:55 +0100 Subject: [PATCH] Tests: Fix Qbs build Change-Id: I5bc5ec98994ce83137ac1599682251db35e26663 Reviewed-by: Joerg Bornemann --- tests/auto/profilewriter/profilewriter.qbs | 1 + 1 file changed, 1 insertion(+) 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") }