aboutsummaryrefslogtreecommitdiffstats
path: root/PySide2/QtOpenGL
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/QtOpenGL
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/QtOpenGL')
-rw-r--r--PySide2/QtOpenGL/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/PySide2/QtOpenGL/CMakeLists.txt b/PySide2/QtOpenGL/CMakeLists.txt
index 7ac53a5d4..e74090866 100644
--- a/PySide2/QtOpenGL/CMakeLists.txt
+++ b/PySide2/QtOpenGL/CMakeLists.txt
@@ -31,7 +31,7 @@ set(QtOpenGL_include_dirs ${QtOpenGL_SOURCE_DIR}
${QtCore_GEN_DIR}
${QtOpenGL_GEN_DIR}
)
-set(QtOpenGL_libraries pyside
+set(QtOpenGL_libraries pyside2
${SHIBOKEN_PYTHON_LIBRARIES}
${Qt5Core_LIBRARIES}
${Qt5Gui_LIBRARIES}