From 8bde4b3800ca1c5c517fe382f6fdf78c212b9ad0 Mon Sep 17 00:00:00 2001 From: Renato Filho Date: Mon, 19 Jul 2010 15:19:45 -0300 Subject: Use correct python lib in debug mode. Reviewer: Marcelo Lira Luciano Wolf --- PySide/QtGui/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'PySide/QtGui/CMakeLists.txt') diff --git a/PySide/QtGui/CMakeLists.txt b/PySide/QtGui/CMakeLists.txt index db0fd9e49..fdc36b304 100644 --- a/PySide/QtGui/CMakeLists.txt +++ b/PySide/QtGui/CMakeLists.txt @@ -484,7 +484,7 @@ add_library(QtGui MODULE ${QtGui_SRC}) set_property(TARGET QtGui PROPERTY PREFIX "") target_link_libraries(QtGui pyside - ${PYTHON_LIBRARIES} + ${PYSIDE_PYTHON_LIBRARIES} ${SHIBOKEN_LIBRARY} ${QT_QTGUI_LIBRARY} ) -- cgit v1.2.3