aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtTest
diff options
context:
space:
mode:
Diffstat (limited to 'PySide/QtTest')
-rw-r--r--PySide/QtTest/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/PySide/QtTest/CMakeLists.txt b/PySide/QtTest/CMakeLists.txt
index bfb23f5c2..e6e295361 100644
--- a/PySide/QtTest/CMakeLists.txt
+++ b/PySide/QtTest/CMakeLists.txt
@@ -45,7 +45,7 @@ target_link_libraries(QtTest
add_dependencies(QtTest QtGui)
# install
-install(FILES ${CMAKE_CURRENT_BINARY_DIR}/QtTest.so
+install(FILES ${CMAKE_CURRENT_BINARY_DIR}/QtTest${CMAKE_DEBUG_POSTFIX}.so
DESTINATION ${SITE_PACKAGE}/PySide)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/PySide/QtTest/pyside_qttest_python.h
DESTINATION include/PySide/QtTest/)