qt5base-lts/tests/auto/corelib/json/json.pro
Kurt Korbatits 32060c2115 Changed json unittest to work from installation directory
- 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>
2012-02-16 04:23:20 +01:00

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