aboutsummaryrefslogtreecommitdiffstats
path: root/PySide2/QtMultimedia
diff options
context:
space:
mode:
authorChristian Tismer <tismer@stackless.com>2015-09-21 19:02:55 +0200
committerChristian Tismer <tismer@stackless.com>2015-09-21 19:05:57 +0200
commit7acc0c74ea531b6fbd5d7c85387e632682b2f99a (patch)
treeb422a1f4dd0e0ee4dae781763e76d6480ce4e167 /PySide2/QtMultimedia
parenta7cc0e453ce09031e18bd10ff391997e2814e389 (diff)
not-so-small fix to the huge change.
I just understood what is needed to define a package: The files PySide2Config(...).cmake are crucial, the project names have little to do with that.
Diffstat (limited to 'PySide2/QtMultimedia')
-rw-r--r--PySide2/QtMultimedia/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/PySide2/QtMultimedia/CMakeLists.txt b/PySide2/QtMultimedia/CMakeLists.txt
index 1255b9cce..e5d916cd6 100644
--- a/PySide2/QtMultimedia/CMakeLists.txt
+++ b/PySide2/QtMultimedia/CMakeLists.txt
@@ -36,7 +36,7 @@ set(QtMultimedia_include_dirs ${QtMultimedia_SOURCE_DIR}
${QtGui_GEN_DIR}
${QtNetwork_GEN_DIR}
)
-set(QtMultimedia_libraries pyside
+set(QtMultimedia_libraries pyside2
${SHIBOKEN_PYTHON_LIBRARIES}
${SHIBOKEN_LIBRARY}
${Qt5Multimedia_LIBRARIES}