From b0e9403d48c4c7a21ae8d7e2eaf26d712a835556 Mon Sep 17 00:00:00 2001 From: Marcelo Lira Date: Mon, 25 Oct 2010 18:23:03 -0300 Subject: Updated PySide cmake files to use Python library information from Shiboken. Shiboken cmake files provides information about which Python library to link against through cmake SHIBOKEN_PYTHON_LIBRARIES variable. It also sets the Py_DEBUG flag if necessary. Reviewed by Lauro Moura Reviewed by Renato Araujo --- PySide/QtXml/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'PySide/QtXml/CMakeLists.txt') diff --git a/PySide/QtXml/CMakeLists.txt b/PySide/QtXml/CMakeLists.txt index f461a939c..a801102ee 100644 --- a/PySide/QtXml/CMakeLists.txt +++ b/PySide/QtXml/CMakeLists.txt @@ -47,7 +47,7 @@ set(QtXml_include_dirs ${CMAKE_CURRENT_SOURCE_DIR} ${PYTHON_INCLUDE_PATH} ${QtCore_BINARY_DIR}/PySide/QtCore) set(QtXml_libraries pyside - ${PYSIDE_PYTHON_LIBRARIES} + ${SHIBOKEN_PYTHON_LIBRARIES} ${SHIBOKEN_LIBRARY} ${QT_QTXML_LIBRARY}) set(QtXml_deps QtCore) -- cgit v1.2.3