Files
qt-creator/tests/auto/json/json.pro
Oswald Buddenhagen 45b854dbd5 enable c++11 really globally
... and remove all instances that became redundant now.
this excludes everything that comes from outside qtc, or looks like it
could "leave" it.

Change-Id: Idc8baad17cd1ffdc5e160ec48ea3292d633a2562
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
2016-08-02 07:52:38 +00:00

14 lines
304 B
Prolog

TARGET = tst_json
QT = core testlib
CONFIG -= app_bundle
CONFIG += testcase
TESTDATA += test.json test.bjson test3.json test2.json bom.json
INCLUDEPATH += ../../../src/shared/json
DEFINES += QT_NO_CAST_TO_ASCII QT_NO_CAST_FROM_ASCII
include(../../../src/shared/json/json.pri)
SOURCES += tst_json.cpp