aboutsummaryrefslogtreecommitdiffstats
path: root/PySide2/QtXmlPatterns
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/QtXmlPatterns
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/QtXmlPatterns')
-rw-r--r--PySide2/QtXmlPatterns/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/PySide2/QtXmlPatterns/CMakeLists.txt b/PySide2/QtXmlPatterns/CMakeLists.txt
index aaea673c..a10d40bf 100644
--- a/PySide2/QtXmlPatterns/CMakeLists.txt
+++ b/PySide2/QtXmlPatterns/CMakeLists.txt
@@ -32,7 +32,7 @@ set(QtXmlPatterns_include_dirs ${QtXmlPatterns_SOURCE_DIR}
${libpyside_SOURCE_DIR}
${QtCore_GEN_DIR}
)
-set(QtXmlPatterns_libraries pyside
+set(QtXmlPatterns_libraries pyside2
${SHIBOKEN_PYTHON_LIBRARIES}
${Qt5Core_LIBRARIES}
${Qt5XmlPatterns_LIBRARIES})