From 0392435ddb915cc84048dd999e8c82d1ce6fb186 Mon Sep 17 00:00:00 2001 From: Christian Kandeler <christian.kandeler@digia.com> Date: Fri, 13 Sep 2013 17:46:39 +0200 Subject: [PATCH] Autotests: Do not set the QT_USE_FAST_CONCATENATION macro in qbs build. The one test for which we included it does not need it anymore, and the StringUtils test fails to link on Windows when it is present, so remove it again. Change-Id: Iebe810c82842047a323f65722a61940271f921f3 Reviewed-by: Orgad Shaneh <orgads@gmail.com> --- tests/auto/autotest.qbs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/auto/autotest.qbs b/tests/auto/autotest.qbs index 14b80093a3a..9625b10b295 100644 --- a/tests/auto/autotest.qbs +++ b/tests/auto/autotest.qbs @@ -15,7 +15,6 @@ CppApplication { buildDirectory + '/' + project.ide_library_path + "/..", // OSX buildDirectory + '/' + project.ide_plugin_path + "/QtProject" ] - cpp.defines: base.concat(["QT_USE_FAST_OPERATOR_PLUS"]) // The following would be conceptually right, but does not work currently as some autotests // (e.g. extensionsystem) do not work when installed, because they want hardcoded -- GitLab