aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/libpyside/PySide2Config-spec.cmake.in
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside2/libpyside/PySide2Config-spec.cmake.in')
-rw-r--r--sources/pyside2/libpyside/PySide2Config-spec.cmake.in16
1 files changed, 0 insertions, 16 deletions
diff --git a/sources/pyside2/libpyside/PySide2Config-spec.cmake.in b/sources/pyside2/libpyside/PySide2Config-spec.cmake.in
deleted file mode 100644
index 9f0ae236a..000000000
--- a/sources/pyside2/libpyside/PySide2Config-spec.cmake.in
+++ /dev/null
@@ -1,16 +0,0 @@
-# PYSIDE_PYTHONPATH - Path to where the PySide2 Python module files could be found
-# PYSIDE_TYPESYSTEMS - Type system files that should be used by other bindings extending PySide2
-# PYSIDE_GLUE - Path to module glue files.
-
-@PACKAGE_INIT@
-
-# Import targets only when using an installed PySide2 config file (so not during a regular
-# PySide2 build, or during a super project build).
-if (NOT TARGET PySide2::pyside2)
- include("${CMAKE_CURRENT_LIST_DIR}/PySide2Targets.cmake")
-endif()
-
-# Set relocatable variables.
-set_and_check(PYSIDE_PYTHONPATH "@PACKAGE_PYSIDE_PYTHONPATH@")
-set_and_check(PYSIDE_TYPESYSTEMS "@PACKAGE_PYSIDE_TYPESYSTEMS@")
-set_and_check(PYSIDE_GLUE "@PACKAGE_PYSIDE_GLUE@")