aboutsummaryrefslogtreecommitdiffstats
path: root/tests/samplebinding/sample-binding.xml.in
blob: 207821c99ba475d4cb5ecb2f00fec3e86adab8e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0"?>
<generator-project>
    <generator-set generator="@generators_BINARY_DIR@/shiboken_generator@CMAKE_RELEASE_POSTFIX@@CMAKE_DEBUG_POSTFIX@@CMAKE_SHARED_LIBRARY_SUFFIX@" />

    <header-file location="@CMAKE_CURRENT_SOURCE_DIR@/global.h" />
    <typesystem-file location="@sample_TYPESYSTEM@" />

    <output-directory location="@CMAKE_CURRENT_BINARY_DIR@" />

    <include-paths>
        <path location="@libsample_SOURCE_DIR@" />
    </include-paths>
    <typesystem-paths>
        <path location="@CMAKE_CURRENT_SOURCE_DIR@" />
    </typesystem-paths>

    <enable-parent-ctor-heuristic />
    <use-isnull-as-nb_nonzero />

</generator-project>