summaryrefslogtreecommitdiff
path: root/tests/auto/qttest.pri
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 /tests/auto/qttest.pri
parent0bbd8a85d3cb646b60ed7cff628a11df0679b867 (diff)
downloadqt-creator-ed224796f1648efc2560bc675f7174b2a6506dbb.tar.gz
Fix autotests build.
Change-Id: I5b0ea5df0a7321c6938146a5a03b089c837ff642 Reviewed-by: hjk <hjk@theqtcompany.com>
Diffstat (limited to 'tests/auto/qttest.pri')
-rw-r--r--tests/auto/qttest.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qttest.pri b/tests/auto/qttest.pri
index 20f6e635e4..731d98718d 100644
--- a/tests/auto/qttest.pri
+++ b/tests/auto/qttest.pri
@@ -6,7 +6,7 @@ QT += testlib
CONFIG += qt warn_on console depend_includepath testcase
CONFIG -= app_bundle
-DEFINES -= QT_NO_CAST_FROM_ASCII
+DEFINES -= QT_RESTRICTED_CAST_FROM_ASCII
# prefix test binary with tst_
!contains(TARGET, ^tst_.*):TARGET = $$join(TARGET,,"tst_")