Skip to content
Snippets Groups Projects
Commit 0392435d authored by Christian Kandeler's avatar Christian Kandeler
Browse files

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: default avatarOrgad Shaneh <orgads@gmail.com>
parent 68a966cb
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment