summaryrefslogtreecommitdiff
path: root/qbs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2014-05-22 17:42:43 +0200
committerJoerg Bornemann <joerg.bornemann@digia.com>2014-05-22 18:20:46 +0200
commitca3c03c4d343cb21d9de1a4d88e5af465a1effa6 (patch)
treeb598ac19b17ab7dd2606062584acd375da004334 /qbs
parent55c6351816db4ae929f659496a7fcdd026939763 (diff)
downloadqt-creator-ca3c03c4d343cb21d9de1a4d88e5af465a1effa6.tar.gz
Autotests: Fix qbs build.
We accidentally added QT_NO_CAST_FROM_ASCII to the compiler command line in the last patch. Change-Id: I503d5b328d2ffb9812cd8cf79b5d52c8a76f07df Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'qbs')
-rw-r--r--qbs/imports/QtcAutotest.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/qbs/imports/QtcAutotest.qbs b/qbs/imports/QtcAutotest.qbs
index fb6ea09d7e..e05257e985 100644
--- a/qbs/imports/QtcAutotest.qbs
+++ b/qbs/imports/QtcAutotest.qbs
@@ -17,6 +17,7 @@ QtcProduct {
buildDirectory + '/' + project.ide_plugin_path
]
cpp.minimumOsxVersion: "10.7"
+ cpp.defines: base.filter(function(d) { return d != "QT_NO_CAST_FROM_ASCII"; })
Group {
fileTagsFilter: product.type