diff options
author | Christian Kandeler <christian.kandeler@theqtcompany.com> | 2016-03-22 14:34:17 +0100 |
---|---|---|
committer | Christian Kandeler <christian.kandeler@theqtcompany.com> | 2016-03-22 14:19:07 +0000 |
commit | ed224796f1648efc2560bc675f7174b2a6506dbb (patch) | |
tree | 7fea99b3546e4039c8b785388c62faab00964c74 /tests | |
parent | 0bbd8a85d3cb646b60ed7cff628a11df0679b867 (diff) | |
download | qt-creator-ed224796f1648efc2560bc675f7174b2a6506dbb.tar.gz |
Fix autotests build.
Change-Id: I5b0ea5df0a7321c6938146a5a03b089c837ff642
Reviewed-by: hjk <hjk@theqtcompany.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/qttest.pri | 2 |
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_") |