Files
qt-creator/tests/auto/json/json.pro
Christian Stenger 8cdc648139 Tests: Fix compilation
Change-Id: Ia63f3afd7ae3e76f78ffea31702ba5968b74b418
Reviewed-by: hjk <hjk@theqtcompany.com>
2015-11-09 10:11:49 +00:00

14 lines
310 B
Prolog

TARGET = tst_json
QT = core testlib
CONFIG -= app_bundle
CONFIG += testcase c++11
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