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/QtXml/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'PySide/QtXml') diff --git a/PySide/QtXml/CMakeLists.txt b/PySide/QtXml/CMakeLists.txt index e6b4e8091..fc7b0d0d1 100644 --- a/PySide/QtXml/CMakeLists.txt +++ b/PySide/QtXml/CMakeLists.txt @@ -52,7 +52,7 @@ add_library(QtXml MODULE ${QtXml_SRC}) set_property(TARGET QtXml PROPERTY PREFIX "") target_link_libraries(QtXml pyside - ${PYTHON_LIBRARIES} + ${PYSIDE_PYTHON_LIBRARIES} ${SHIBOKEN_LIBRARY} ${QT_QTXML_LIBRARY} ) -- cgit v1.2.3