aboutsummaryrefslogtreecommitdiffstats
path: root/PySide2/QtScript
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/QtScript
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/QtScript')
-rw-r--r--PySide2/QtScript/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/PySide2/QtScript/CMakeLists.txt b/PySide2/QtScript/CMakeLists.txt
index 69fe142fd..5b5d08070 100644
--- a/PySide2/QtScript/CMakeLists.txt
+++ b/PySide2/QtScript/CMakeLists.txt
@@ -29,7 +29,7 @@ set(QtScript_include_dirs ${QtScript_SOURCE_DIR}
${SHIBOKEN_PYTHON_INCLUDE_DIR}
${QtCore_GEN_DIR}
)
-set(QtScript_libraries pyside
+set(QtScript_libraries pyside2
${SHIBOKEN_PYTHON_LIBRARIES}
${SHIBOKEN_LIBRARY}
${Qt5Core_LIBRARIES}