-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathvars.pri
51 lines (48 loc) · 2.14 KB
/
vars.pri
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
TARGET = lib_json
TEMPLATE = subdirs
DEFINES += LIB_JSON_LIBRARY
HEADERS += nlohmann/json_fwd.hpp
HEADERS += nlohmann/json.hpp
HEADERS += nlohmann/byte_container_with_subtype.hpp
HEADERS += nlohmann/thirdparty/hedley/hedley_undef.hpp
HEADERS += nlohmann/thirdparty/hedley/hedley.hpp
HEADERS += nlohmann/detail/meta/std_fs.hpp
HEADERS += nlohmann/detail/meta/cpp_future.hpp
HEADERS += nlohmann/detail/meta/is_sax.hpp
HEADERS += nlohmann/detail/meta/identity_tag.hpp
HEADERS += nlohmann/detail/meta/type_traits.hpp
HEADERS += nlohmann/detail/meta/void_t.hpp
HEADERS += nlohmann/detail/meta/detected.hpp
HEADERS += nlohmann/detail/meta/call_std/begin.hpp
HEADERS += nlohmann/detail/meta/call_std/end.hpp
HEADERS += nlohmann/detail/string_concat.hpp
HEADERS += nlohmann/detail/abi_macros.hpp
HEADERS += nlohmann/detail/macro_unscope.hpp
HEADERS += nlohmann/detail/input/binary_reader.hpp
HEADERS += nlohmann/detail/input/parser.hpp
HEADERS += nlohmann/detail/input/lexer.hpp
HEADERS += nlohmann/detail/input/input_adapters.hpp
HEADERS += nlohmann/detail/input/position_t.hpp
HEADERS += nlohmann/detail/input/json_sax.hpp
HEADERS += nlohmann/detail/hash.hpp
HEADERS += nlohmann/detail/json_custom_base_class.hpp
HEADERS += nlohmann/detail/conversions/to_json.hpp
HEADERS += nlohmann/detail/conversions/to_chars.hpp
HEADERS += nlohmann/detail/conversions/from_json.hpp
HEADERS += nlohmann/detail/output/serializer.hpp
HEADERS += nlohmann/detail/output/output_adapters.hpp
HEADERS += nlohmann/detail/output/binary_writer.hpp
HEADERS += nlohmann/detail/exceptions.hpp
HEADERS += nlohmann/detail/json_ref.hpp
HEADERS += nlohmann/detail/macro_scope.hpp
HEADERS += nlohmann/detail/json_pointer.hpp
HEADERS += nlohmann/detail/string_escape.hpp
HEADERS += nlohmann/detail/iterators/internal_iterator.hpp
HEADERS += nlohmann/detail/iterators/primitive_iterator.hpp
HEADERS += nlohmann/detail/iterators/iter_impl.hpp
HEADERS += nlohmann/detail/iterators/json_reverse_iterator.hpp
HEADERS += nlohmann/detail/iterators/iterator_traits.hpp
HEADERS += nlohmann/detail/iterators/iteration_proxy.hpp
HEADERS += nlohmann/detail/value_t.hpp
HEADERS += nlohmann/ordered_map.hpp
HEADERS += nlohmann/adl_serializer.hpp