aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/PySide2/Qt3DAnimation/CMakeLists.txt
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2020-11-02 16:11:52 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2020-11-02 16:12:04 +0000
commit25180730194bec25f915f32ab846ea583fb1493f (patch)
tree9a73e0336ecf21e085d99d6a651c5547b9eb99f8 /sources/pyside2/PySide2/Qt3DAnimation/CMakeLists.txt
parent6e3e7b9ca0548430aaa5e2555d6e02c64625fa3f (diff)
Rename PySide2 to PySide6
Adapt CMake files, build scripts, tests and examples. Task-number: PYSIDE-904 Change-Id: I845f7b006e9ad274fed5444ec4c1f9dbe176ff88 Reviewed-by: Christian Tismer <tismer@stackless.com>
Diffstat (limited to 'sources/pyside2/PySide2/Qt3DAnimation/CMakeLists.txt')
-rw-r--r--sources/pyside2/PySide2/Qt3DAnimation/CMakeLists.txt57
1 files changed, 0 insertions, 57 deletions
diff --git a/sources/pyside2/PySide2/Qt3DAnimation/CMakeLists.txt b/sources/pyside2/PySide2/Qt3DAnimation/CMakeLists.txt
deleted file mode 100644
index 970c9102c..000000000
--- a/sources/pyside2/PySide2/Qt3DAnimation/CMakeLists.txt
+++ /dev/null
@@ -1,57 +0,0 @@
-project(Qt3DAnimation)
-
-set(Qt3DAnimation_SRC
-${Qt3DAnimation_GEN_DIR}/qt3danimation_wrapper.cpp
-${Qt3DAnimation_GEN_DIR}/qt3danimation_qabstractanimation_wrapper.cpp
-${Qt3DAnimation_GEN_DIR}/qt3danimation_qabstractanimationclip_wrapper.cpp
-${Qt3DAnimation_GEN_DIR}/qt3danimation_qabstractchannelmapping_wrapper.cpp
-${Qt3DAnimation_GEN_DIR}/qt3danimation_qabstractclipanimator_wrapper.cpp
-${Qt3DAnimation_GEN_DIR}/qt3danimation_qabstractclipblendnode_wrapper.cpp
-${Qt3DAnimation_GEN_DIR}/qt3danimation_qadditiveclipblend_wrapper.cpp
-${Qt3DAnimation_GEN_DIR}/qt3danimation_qanimationaspect_wrapper.cpp
-${Qt3DAnimation_GEN_DIR}/qt3danimation_qanimationcallback_wrapper.cpp
-${Qt3DAnimation_GEN_DIR}/qt3danimation_qanimationclip_wrapper.cpp
-${Qt3DAnimation_GEN_DIR}/qt3danimation_qanimationcliploader_wrapper.cpp
-${Qt3DAnimation_GEN_DIR}/qt3danimation_qanimationcontroller_wrapper.cpp
-${Qt3DAnimation_GEN_DIR}/qt3danimation_qanimationgroup_wrapper.cpp
-${Qt3DAnimation_GEN_DIR}/qt3danimation_qblendedclipanimator_wrapper.cpp
-${Qt3DAnimation_GEN_DIR}/qt3danimation_qclipanimator_wrapper.cpp
-${Qt3DAnimation_GEN_DIR}/qt3danimation_qclock_wrapper.cpp
-${Qt3DAnimation_GEN_DIR}/qt3danimation_qkeyframe_wrapper.cpp
-${Qt3DAnimation_GEN_DIR}/qt3danimation_qkeyframeanimation_wrapper.cpp
-${Qt3DAnimation_GEN_DIR}/qt3danimation_qlerpclipblend_wrapper.cpp
-${Qt3DAnimation_GEN_DIR}/qt3danimation_qmorphinganimation_wrapper.cpp
-${Qt3DAnimation_GEN_DIR}/qt3danimation_qmorphtarget_wrapper.cpp
-${Qt3DAnimation_GEN_DIR}/qt3danimation_qskeletonmapping_wrapper.cpp
-${Qt3DAnimation_GEN_DIR}/qt3danimation_qvertexblendanimation_wrapper.cpp
-# module is always needed
-${Qt3DAnimation_GEN_DIR}/qt3danimation_module_wrapper.cpp)
-
-set(Qt3DAnimation_include_dirs
- ${Qt3DAnimation_SOURCE_DIR}
- ${Qt3DAnimation_BINARY_DIR}
- ${pyside2_SOURCE_DIR}
- ${Qt${QT_MAJOR_VERSION}Core_INCLUDE_DIRS}
- ${Qt${QT_MAJOR_VERSION}Gui_INCLUDE_DIR}
- ${Qt${QT_MAJOR_VERSION}3DCore_INCLUDE_DIRS}
- ${Qt${QT_MAJOR_VERSION}3DRender_INCLUDE_DIRS}
- ${Qt${QT_MAJOR_VERSION}3DAnimation_INCLUDE_DIRS}
- ${libpyside_SOURCE_DIR}
- ${QtCore_GEN_DIR}
- ${QtGui_GEN_DIR}
- ${Qt3DCore_GEN_DIR}
- ${Qt3DRender_GEN_DIR}
- ${Qt3DAnimation_GEN_DIR})
-
-set(Qt3DAnimation_libraries pyside2
- ${Qt${QT_MAJOR_VERSION}3DAnimation_LIBRARIES})
-
-set(Qt3DAnimation_deps Qt3DRender)
-
-create_pyside_module(NAME Qt3DAnimation
- INCLUDE_DIRS Qt3DAnimation_include_dirs
- LIBRARIES Qt3DAnimation_libraries
- DEPS Qt3DAnimation_deps
- TYPESYSTEM_PATH Qt3DAnimation_SOURCE_DIR
- SOURCES Qt3DAnimation_SRC
- TYPESYSTEM_NAME ${Qt3DAnimation_BINARY_DIR}/typesystem_3danimation.xml)