aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/tests/otherbinding/global.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2019-07-09 15:10:42 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2020-02-21 12:36:17 +0100
commitfa709e93b80ac7d92dbf6be6d5ce807b4e487e1d (patch)
treee08e197da3cf618d850a059cb0853b8b46d572ea /sources/shiboken2/tests/otherbinding/global.h
parent88782b9624bc5f79e2d90135b0902aacaab3b08c (diff)
shiboken: Add a test for smart pointers used in different libraries
Generate different instantiations in libsmart and libother. Task-number: PYSIDE-1024 Change-Id: Id29cea65e48209fa226ce3142f3af72b99bf4662 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'sources/shiboken2/tests/otherbinding/global.h')
-rw-r--r--sources/shiboken2/tests/otherbinding/global.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/shiboken2/tests/otherbinding/global.h b/sources/shiboken2/tests/otherbinding/global.h
index 0fccabb92..763566ae0 100644
--- a/sources/shiboken2/tests/otherbinding/global.h
+++ b/sources/shiboken2/tests/otherbinding/global.h
@@ -32,4 +32,5 @@
#include "otherderived.h"
#include "otherobjecttype.h"
#include "othermultiplederived.h"
+#include "smartptrtester.h"