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/QtMaemo5/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'PySide/QtMaemo5/CMakeLists.txt') diff --git a/PySide/QtMaemo5/CMakeLists.txt b/PySide/QtMaemo5/CMakeLists.txt index 4590e40db..5338b8036 100644 --- a/PySide/QtMaemo5/CMakeLists.txt +++ b/PySide/QtMaemo5/CMakeLists.txt @@ -41,7 +41,7 @@ set_target_properties(QtMaemo5 PROPERTIES target_link_libraries(QtMaemo5 pyside - ${PYTHON_LIBRARIES} + ${PYSIDE_PYTHON_LIBRARIES} ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY} ${QT_QTMAEMO5_LIBRARY}) -- cgit v1.2.3