aboutsummaryrefslogtreecommitdiffstats
path: root/PySide2/QtTest
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/QtTest
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/QtTest')
-rw-r--r--PySide2/QtTest/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/PySide2/QtTest/CMakeLists.txt b/PySide2/QtTest/CMakeLists.txt
index 6dd1b0189..118f803ea 100644
--- a/PySide2/QtTest/CMakeLists.txt
+++ b/PySide2/QtTest/CMakeLists.txt
@@ -24,7 +24,7 @@ set(QtTest_include_dirs ${QtTest_SOURCE_DIR}
${QtGui_GEN_DIR}
${QtWidgets_GEN_DIR}
)
-set(QtTest_libraries pyside
+set(QtTest_libraries pyside2
${SHIBOKEN_PYTHON_LIBRARIES}
${SHIBOKEN_LIBRARY}
${Qt5Test_LIBRARIES}