Import QJson to the tree and use it on Windows
commitdc6edbe12ff8e63eb92719c05751f2b6ad8013ec
authorArto Jonsson <ajonsson@kapsi.fi>
Mon, 11 Oct 2010 17:41:04 +0000 (11 20:41 +0300)
committerArto Jonsson <ajonsson@kapsi.fi>
Mon, 11 Oct 2010 18:06:57 +0000 (11 21:06 +0300)
tree4932a2ad63215e9f3100a8b6ea1fb4f768736b9f
parent024485859b50e2ce8f0901b3fcfa9c22aa484a01
Import QJson to the tree and use it on Windows

Modifications to the QJson sources include:

* Removed documentation, CMake files, ... etc.
* Moved include headers to include/qjson/ directory
* Modified the files in src/ to use the include files

The in-tree version of QJson is currently used only on Windows but can
be made available on any platform.
26 files changed:
projects/lib/3rdparty/qjson/COPYING [new file with mode: 0644]
projects/lib/3rdparty/qjson/include/include.pri [new file with mode: 0644]
projects/lib/3rdparty/qjson/include/qjson/parser.h [new file with mode: 0644]
projects/lib/3rdparty/qjson/include/qjson/parserrunnable.h [new file with mode: 0644]
projects/lib/3rdparty/qjson/include/qjson/qobjecthelper.h [new file with mode: 0644]
projects/lib/3rdparty/qjson/include/qjson/serializer.h [new file with mode: 0644]
projects/lib/3rdparty/qjson/include/qjson/serializerrunnable.h [new file with mode: 0644]
projects/lib/3rdparty/qjson/qjson.pri [new file with mode: 0644]
projects/lib/3rdparty/qjson/src/json_parser.cc [new file with mode: 0644]
projects/lib/3rdparty/qjson/src/json_parser.hh [new file with mode: 0644]
projects/lib/3rdparty/qjson/src/json_parser.yy [new file with mode: 0644]
projects/lib/3rdparty/qjson/src/json_scanner.cpp [new file with mode: 0644]
projects/lib/3rdparty/qjson/src/json_scanner.h [new file with mode: 0644]
projects/lib/3rdparty/qjson/src/location.hh [new file with mode: 0644]
projects/lib/3rdparty/qjson/src/parser.cpp [new file with mode: 0644]
projects/lib/3rdparty/qjson/src/parser_p.h [new file with mode: 0644]
projects/lib/3rdparty/qjson/src/parserrunnable.cpp [new file with mode: 0644]
projects/lib/3rdparty/qjson/src/position.hh [new file with mode: 0644]
projects/lib/3rdparty/qjson/src/qjson_debug.h [new file with mode: 0644]
projects/lib/3rdparty/qjson/src/qobjecthelper.cpp [new file with mode: 0644]
projects/lib/3rdparty/qjson/src/serializer.cpp [new file with mode: 0644]
projects/lib/3rdparty/qjson/src/serializerrunnable.cpp [new file with mode: 0644]
projects/lib/3rdparty/qjson/src/src.pri [new file with mode: 0644]
projects/lib/3rdparty/qjson/src/stack.hh [new file with mode: 0644]
projects/lib/lib.pri
projects/lib/lib.pro