aboutsummaryrefslogtreecommitdiffstats
path: root/tests/samplebinding/sample-binding.xml.in
diff options
context:
space:
mode:
Diffstat (limited to 'tests/samplebinding/sample-binding.xml.in')
-rw-r--r--tests/samplebinding/sample-binding.xml.in21
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/samplebinding/sample-binding.xml.in b/tests/samplebinding/sample-binding.xml.in
new file mode 100644
index 000000000..207821c99
--- /dev/null
+++ b/tests/samplebinding/sample-binding.xml.in
@@ -0,0 +1,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>
+