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/QtGui/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'PySide/QtGui') diff --git a/PySide/QtGui/CMakeLists.txt b/PySide/QtGui/CMakeLists.txt index f89e1abdf..cf9d81ec5 100644 --- a/PySide/QtGui/CMakeLists.txt +++ b/PySide/QtGui/CMakeLists.txt @@ -486,6 +486,6 @@ target_link_libraries(QtGui add_dependencies(QtGui QtCore) # install -install(FILES ${CMAKE_CURRENT_BINARY_DIR}/QtGui.so DESTINATION "${SITE_PACKAGE}/PySide") +install(FILES ${CMAKE_CURRENT_BINARY_DIR}/QtGui${CMAKE_DEBUG_POSTFIX}.so DESTINATION "${SITE_PACKAGE}/PySide") install(FILES ${CMAKE_CURRENT_BINARY_DIR}/PySide/QtGui/pyside_qtgui_python.h DESTINATION include/PySide/QtGui/) -- cgit v1.2.3