From d9be18983480567acc800258c1a2b05e0af8ab03 Mon Sep 17 00:00:00 2001 From: Renato Filho Date: Thu, 20 May 2010 19:01:00 -0300 Subject: Includes the postfixes in the install target (allows debug build) Author: Didier Raboud Reviewer: Hugo Parente Lima , Luciano Wolf --- PySide/QtTest/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'PySide/QtTest') 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/) -- cgit v1.2.3