aboutsummaryrefslogtreecommitdiffstats
path: root/qbs/imports
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@theqtcompany.com>2016-03-22 14:34:17 +0100
committerChristian Kandeler <christian.kandeler@theqtcompany.com>2016-03-22 14:19:07 +0000
commited224796f1648efc2560bc675f7174b2a6506dbb (patch)
tree7fea99b3546e4039c8b785388c62faab00964c74 /qbs/imports
parent0bbd8a85d3cb646b60ed7cff628a11df0679b867 (diff)
Fix autotests build.
Change-Id: I5b0ea5df0a7321c6938146a5a03b089c837ff642 Reviewed-by: hjk <hjk@theqtcompany.com>
Diffstat (limited to 'qbs/imports')
-rw-r--r--qbs/imports/QtcAutotest.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/qbs/imports/QtcAutotest.qbs b/qbs/imports/QtcAutotest.qbs
index 9eeebb9bc4..37e63e456d 100644
--- a/qbs/imports/QtcAutotest.qbs
+++ b/qbs/imports/QtcAutotest.qbs
@@ -16,7 +16,7 @@ QtcProduct {
project.buildDirectory + '/' + project.ide_plugin_path
]
cpp.minimumOsxVersion: "10.7"
- cpp.defines: base.filter(function(d) { return d != "QT_NO_CAST_FROM_ASCII"; })
+ cpp.defines: base.filter(function(d) { return d != "QT_RESTRICTED_CAST_FROM_ASCII"; })
Group {
fileTagsFilter: product.type