]> git.cworth.org Git - apitrace/commit
Bundle QJSON sources.
authorJosé Fonseca <jose.r.fonseca@gmail.com>
Tue, 27 Sep 2011 07:54:45 +0000 (08:54 +0100)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Tue, 27 Sep 2011 07:54:45 +0000 (08:54 +0100)
commit8d6f8f3b24af9a1a788f2385e8de8855605f0ac7
treee3f067fd01144b63885020d60e2d61d44c42d9db
parent90d32326e11f9107788fde1944c76801e5032d9a
Bundle QJSON sources.

Should make much more straightforward to build the Qt GUI on Windows and
Mac OS X, simply by using the official Qt binaries for those OSes.
26 files changed:
CMakeLists.txt
INSTALL.markdown
thirdparty/qjson/CMakeLists.txt [new file with mode: 0644]
thirdparty/qjson/COPYING [new file with mode: 0644]
thirdparty/qjson/README [new file with mode: 0644]
thirdparty/qjson/json_parser.cc [new file with mode: 0644]
thirdparty/qjson/json_parser.hh [new file with mode: 0644]
thirdparty/qjson/json_parser.yy [new file with mode: 0644]
thirdparty/qjson/json_scanner.cpp [new file with mode: 0644]
thirdparty/qjson/json_scanner.h [new file with mode: 0644]
thirdparty/qjson/location.hh [new file with mode: 0644]
thirdparty/qjson/parser.cpp [new file with mode: 0644]
thirdparty/qjson/parser.h [new file with mode: 0644]
thirdparty/qjson/parser_p.h [new file with mode: 0644]
thirdparty/qjson/parserrunnable.cpp [new file with mode: 0644]
thirdparty/qjson/parserrunnable.h [new file with mode: 0644]
thirdparty/qjson/position.hh [new file with mode: 0644]
thirdparty/qjson/qjson_debug.h [new file with mode: 0644]
thirdparty/qjson/qjson_export.h [new file with mode: 0644]
thirdparty/qjson/qobjecthelper.cpp [new file with mode: 0644]
thirdparty/qjson/qobjecthelper.h [new file with mode: 0644]
thirdparty/qjson/serializer.cpp [new file with mode: 0644]
thirdparty/qjson/serializer.h [new file with mode: 0644]
thirdparty/qjson/serializerrunnable.cpp [new file with mode: 0644]
thirdparty/qjson/serializerrunnable.h [new file with mode: 0644]
thirdparty/qjson/stack.hh [new file with mode: 0644]