32060c2115
- Changed json unittest to use TESTDATA and QFINDTESTDATA Change-Id: Id29f8257565f409fa184ba465f25bc8454e2b7fb Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com> Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
9 lines
161 B
Prolog
9 lines
161 B
Prolog
TARGET = tst_qtjson
|
|
QT = core testlib
|
|
CONFIG -= app_bundle
|
|
CONFIG += testcase
|
|
|
|
TESTDATA += test.json test.bjson test3.json test2.json
|
|
|
|
SOURCES += tst_qtjson.cpp
|