aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/phonon
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2010-10-28 15:35:38 -0200
committerHugo Parente Lima <hugo.pl@gmail.com>2010-10-28 15:48:28 -0200
commit42e83525db3da45b38b097825c736b2c733e9cf2 (patch)
tree4d103a8dea62c615453afd2e08f5c91429e20df6 /PySide/phonon
parent07b25e96864209358991682e4e26bea4c89e4f96 (diff)
Fix bug#438 - "Can't find Python.h on OS X"
Reviewer: Renato Araújo <renato.filho@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
Diffstat (limited to 'PySide/phonon')
-rw-r--r--PySide/phonon/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/PySide/phonon/CMakeLists.txt b/PySide/phonon/CMakeLists.txt
index 183d8fe3f..0452d1b00 100644
--- a/PySide/phonon/CMakeLists.txt
+++ b/PySide/phonon/CMakeLists.txt
@@ -51,7 +51,7 @@ set(phonon_include_dirs ${CMAKE_CURRENT_SOURCE_DIR}
${QT_QTCORE_INCLUDE_DIR}
${QT_QTGUI_INCLUDE_DIR}
${QT_PHONON_INCLUDE_DIR}
- ${PYTHON_INCLUDE_PATH}
+ ${SHIBOKEN_PYTHON_INCLUDE_DIR}
${SHIBOKEN_INCLUDE_DIR}
${libpyside_SOURCE_DIR}
${QtGui_BINARY_DIR}/PySide/QtGui/