37a7b035f8
This imports the JSON support for Qt 5 from playground/qtbinaryjson. It adds a fast, fully compliant json parser, a convenient C++ API, conversion to and from QVariants and a binary format for JSON that is extremely fast to use together with the C++ API. Change-Id: If9e3a21a4241d388d0abaa446b6824f9cc6edb1c Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
19 lines
316 B
Prolog
19 lines
316 B
Prolog
TEMPLATE = subdirs
|
|
SUBDIRS = \
|
|
io \
|
|
json \
|
|
kernel \
|
|
thread \
|
|
tools \
|
|
codecs \
|
|
plugin
|
|
|
|
TRUSTED_BENCHMARKS += \
|
|
kernel/qmetaobject \
|
|
kernel/qmetatype \
|
|
kernel/qobject \
|
|
thread/qthreadstorage \
|
|
io/qdir/tree
|
|
|
|
include(../trusted-benchmarks.pri)
|