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