diff --git a/tests/auto/qttest.pri b/tests/auto/qttest.pri index cc4ce6888cd..83a24b73e18 100644 --- a/tests/auto/qttest.pri +++ b/tests/auto/qttest.pri @@ -6,6 +6,7 @@ QT += testlib CONFIG += qt warn_on console depend_includepath testcase CONFIG -= app_bundle +DEFINES -= QT_NO_CAST_FROM_ASCII # prefix test binary with tst_ !contains(TARGET, ^tst_.*):TARGET = $$join(TARGET,,"tst_")