aboutsummaryrefslogtreecommitdiffstats
path: root/qbs
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2018-03-16 07:57:22 +0100
committerJoerg Bornemann <joerg.bornemann@qt.io>2018-03-19 11:50:38 +0000
commitcabbeb1c5450b67ba649d77474b892d5acb0d622 (patch)
tree24f9a51edc8c591d66dc81ba39726ea843054cd5 /qbs
parent62007d922c78175235d887a473eddf865b25bc39 (diff)
Synchronize autotest defines in qmake and qbs build
Do not remove QT_USE_FAST_OPERATOR_PLUS and QT_USE_FAST_CONCATENATION in QtcAutotest, but in the two tests that won't build with it. In the qmake build the defines are not removed from json.pro, because this file does not include qttest.pri. Change-Id: I97d173528ca2a02bac1bfae30709a959e6b69375 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'qbs')
-rw-r--r--qbs/imports/QtcAutotest.qbs4
1 files changed, 1 insertions, 3 deletions
diff --git a/qbs/imports/QtcAutotest.qbs b/qbs/imports/QtcAutotest.qbs
index cb914f7ef1..4e47b528ab 100644
--- a/qbs/imports/QtcAutotest.qbs
+++ b/qbs/imports/QtcAutotest.qbs
@@ -16,9 +16,7 @@ QtcProduct {
project.buildDirectory + '/' + qtc.ide_plugin_path
]
cpp.defines: base.filter(function(d) {
- return d !== "QT_RESTRICTED_CAST_FROM_ASCII"
- && d !== "QT_USE_FAST_OPERATOR_PLUS"
- && d !== "QT_USE_FAST_CONCATENATION";
+ return d !== "QT_RESTRICTED_CAST_FROM_ASCII";
})
Group {