Add initial bits for Qt6 support
[carla.git] / source / modules / lilv / lilv.c
blob6f540b2025097ff5ca0e27062f73347b77900080
1 /*
2 * Carla static lilv code
3 * Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com>
5 * Permission to use, copy, modify, and/or distribute this software for any purpose with
6 * or without fee is hereby granted, provided that the above copyright notice and this
7 * permission notice appear in all copies.
9 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD
10 * TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN
11 * NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
12 * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
13 * IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
14 * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17 #include "src/collections.c"
18 #include "src/instance.c"
19 #include "src/lib.c"
20 #include "src/node.c"
21 #include "src/plugin.c"
22 #undef USTR
23 #include "src/pluginclass.c"
24 #include "src/port.c"
25 #include "src/query.c"
26 #include "src/scalepoint.c"
27 #include "src/state.c"
28 #include "src/ui.c"
29 #include "src/util.c"
30 #include "src/world.c"
31 #include "src/zix/tree.c"