Tests: Exclude QT_NO_CAST_FROM_ASCII

Change-Id: I5bba2a3bf164e5069938b7835176787beb646817
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
Orgad Shaneh
2013-01-16 20:37:49 +02:00
committed by Orgad Shaneh
parent 26275fb175
commit c58482eca4

View File

@@ -6,6 +6,7 @@ QT += testlib
CONFIG += qt warn_on console depend_includepath testcase CONFIG += qt warn_on console depend_includepath testcase
CONFIG -= app_bundle CONFIG -= app_bundle
DEFINES -= QT_NO_CAST_FROM_ASCII
# prefix test binary with tst_ # prefix test binary with tst_
!contains(TARGET, ^tst_.*):TARGET = $$join(TARGET,,"tst_") !contains(TARGET, ^tst_.*):TARGET = $$join(TARGET,,"tst_")