aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/PySide6/QtGui/typesystem_gui.xml
blob: 727bee0bf4cd4e8daacb4f5f8748559c68f5514d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0"?>
<!--
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
-->
<typesystem package="PySide6.QtGui">
    <load-typesystem name="QtCore/typesystem_core.xml" generate="no"/>
    <?if windows?>
    <load-typesystem name="QtGui/typesystem_gui_win.xml" generate="yes"/>
    <?endif?>
    <?if darwin?>
    <load-typesystem name="QtGui/typesystem_gui_mac.xml" generate="yes"/>
    <?endif?>
    <?if unix !darwin?>
    <load-typesystem name="QtGui/typesystem_gui_x11.xml" generate="yes"/>
    <?endif?>
    <load-typesystem name="QtGui/typesystem_gui_common.xml" generate="yes"/>
</typesystem>