aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/PySide2/QtAxContainer
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside2/PySide2/QtAxContainer')
-rw-r--r--sources/pyside2/PySide2/QtAxContainer/CMakeLists.txt44
-rw-r--r--sources/pyside2/PySide2/QtAxContainer/QtAxContainer_global.post.h.in1
-rw-r--r--sources/pyside2/PySide2/QtAxContainer/typesystem_axcontainer.xml69
3 files changed, 0 insertions, 114 deletions
diff --git a/sources/pyside2/PySide2/QtAxContainer/CMakeLists.txt b/sources/pyside2/PySide2/QtAxContainer/CMakeLists.txt
deleted file mode 100644
index 8f8f5d4d1..000000000
--- a/sources/pyside2/PySide2/QtAxContainer/CMakeLists.txt
+++ /dev/null
@@ -1,44 +0,0 @@
-project(QtAxContainer)
-
-set(QtAxContainer_SRC
-${QtAxContainer_GEN_DIR}/qaxbase_wrapper.cpp
-${QtAxContainer_GEN_DIR}/qaxbaseobject_wrapper.cpp
-${QtAxContainer_GEN_DIR}/qaxbasewidget_wrapper.cpp
-${QtAxContainer_GEN_DIR}/qaxobject_wrapper.cpp
-${QtAxContainer_GEN_DIR}/qaxobjectinterface_wrapper.cpp
-${QtAxContainer_GEN_DIR}/qaxscript_wrapper.cpp
-${QtAxContainer_GEN_DIR}/qaxscriptengine_wrapper.cpp
-${QtAxContainer_GEN_DIR}/qaxscriptmanager_wrapper.cpp
-${QtAxContainer_GEN_DIR}/qaxselect_wrapper.cpp
-${QtAxContainer_GEN_DIR}/qaxwidget_wrapper.cpp
-# module is always needed
-${QtAxContainer_GEN_DIR}/qtaxcontainer_module_wrapper.cpp)
-
-configure_file("${QtAxContainer_SOURCE_DIR}/QtAxContainer_global.post.h.in"
- "${QtAxContainer_BINARY_DIR}/QtAxContainer_global.post.h" @ONLY)
-
-set(QtAxContainer_include_dirs
- ${QtAxContainer_SOURCE_DIR}
- ${QtAxContainer_BINARY_DIR}
- ${pyside2_SOURCE_DIR}
- ${Qt${QT_MAJOR_VERSION}Core_INCLUDE_DIRS}
- ${Qt${QT_MAJOR_VERSION}Gui_INCLUDE_DIRS}
- ${Qt${QT_MAJOR_VERSION}Widgets_INCLUDE_DIRS}
- ${libpyside_SOURCE_DIR}
- ${QtCore_GEN_DIR}
- ${QtGui_GEN_DIR}
- ${QtWidgets_GEN_DIR})
-
-set(QtAxContainer_libraries pyside2
- ${Qt${QT_MAJOR_VERSION}AxContainer_LIBRARIES}
- ${Qt${QT_MAJOR_VERSION}AxBase_LIBRARIES})
-
-set(QtAxContainer_deps QtWidgets)
-
-create_pyside_module(NAME QtAxContainer
- INCLUDE_DIRS QtAxContainer_include_dirs
- LIBRARIES QtAxContainer_libraries
- DEPS QtAxContainer_deps
- TYPESYSTEM_PATH QtAxContainer_SOURCE_DIR
- SOURCES QtAxContainer_SRC
- TYPESYSTEM_NAME ${QtAxContainer_BINARY_DIR}/typesystem_axcontainer.xml)
diff --git a/sources/pyside2/PySide2/QtAxContainer/QtAxContainer_global.post.h.in b/sources/pyside2/PySide2/QtAxContainer/QtAxContainer_global.post.h.in
deleted file mode 100644
index f4033c4f5..000000000
--- a/sources/pyside2/PySide2/QtAxContainer/QtAxContainer_global.post.h.in
+++ /dev/null
@@ -1 +0,0 @@
-#include <QtAxContainer/QtAxContainer>
diff --git a/sources/pyside2/PySide2/QtAxContainer/typesystem_axcontainer.xml b/sources/pyside2/PySide2/QtAxContainer/typesystem_axcontainer.xml
deleted file mode 100644
index 03977fcbf..000000000
--- a/sources/pyside2/PySide2/QtAxContainer/typesystem_axcontainer.xml
+++ /dev/null
@@ -1,69 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/****************************************************************************
-**
-** Copyright (C) 2017 The Qt Company Ltd.
-** Contact: https://www.qt.io/licensing/
-**
-** This file is part of Qt for Python.
-**
-** $QT_BEGIN_LICENSE:LGPL$
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://www.qt.io/contact-us.
-**
-** GNU Lesser General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU Lesser
-** General Public License version 3 as published by the Free Software
-** Foundation and appearing in the file LICENSE.LGPL3 included in the
-** packaging of this file. Please review the following information to
-** ensure the GNU Lesser General Public License version 3 requirements
-** will be met: https://www.gnu.org/licenses/lgpl-3.0.html.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 2.0 or (at your option) the GNU General
-** Public license version 3 or any later version approved by the KDE Free
-** Qt Foundation. The licenses are as published by the Free Software
-** Foundation and appearing in the file LICENSE.GPL2 and LICENSE.GPL3
-** included in the packaging of this file. Please review the following
-** information to ensure the GNU General Public License requirements will
-** be met: https://www.gnu.org/licenses/gpl-2.0.html and
-** https://www.gnu.org/licenses/gpl-3.0.html.
-**
-** $QT_END_LICENSE$
-**
-****************************************************************************/
--->
-
-<typesystem package="PySide2.QtAxContainer">
- <load-typesystem name="QtWidgets/typesystem_widgets.xml" generate="no"/>
- <rejection class="*" function-name="connectNotify"/>
- <rejection class="*" function-name="queryInterface"/>
- <rejection class="*" function-name="qt_metacall"/>
- <rejection class="*" function-name="qt_static_metacall"/>
-
- <object-type name="QAxBase"/>
- <object-type name="QAxBaseObject"/>
- <object-type name="QAxObject"/>
- <object-type name="QAxObjectInterface"/>
- <object-type name="QAxScript">
- <enum-type name="FunctionFlags"/>
- </object-type>
- <object-type name="QAxScriptEngine">
- <enum-type name="State"/>
- </object-type>
- <object-type name="QAxScriptManager">
- <!-- Ax Servers only -->
- <modify-function signature="addObject(QObject*)" remove="all"/>
- </object-type>
- <object-type name="QAxBaseWidget"/>
- <object-type name="QAxSelect">
- <enum-type name="SandboxingLevel"/>
- </object-type>
- <object-type name="QAxWidget"/>
-</typesystem>