From b9811b773a13f83d7d3cae793e04088915da988e Mon Sep 17 00:00:00 2001 From: Hugo Parente Lima Date: Thu, 28 Oct 2010 17:03:33 -0200 Subject: Fix bug#438 - "Can't find Python.h on OS X" --- plugins/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins') diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt index 58beca967..b17dbc298 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -12,7 +12,7 @@ set (ui_plugin_moc include_directories(${QT_QTDESIGNER_INCLUDE_DIR} ${SHIBOKEN_INCLUDE_DIR} - ${PYTHON_INCLUDE_PATH}) + ${SHIBOKEN_PYTHON_INCLUDE_DIR}) QT4_WRAP_CPP(MOC_FILES ${ui_plugin_moc}) add_library(uiplugin STATIC ${ui_plugin_src} ${MOC_FILES}) @@ -21,7 +21,7 @@ add_definitions(-DQT_STATICPLUGIN) target_link_libraries(uiplugin ${QT_QTUITOOLS_LIBRARY} ${SHIBOKEN_LIBRARY} - ${PYTHON_LIBRARY}) + ${SHIBOKEN_PYTHON_LIBRARY}) if (CMAKE_BUILD_TYPE STREQUAL "Debug") set(LIBRARY_OUTPUT_SUFFIX ${CMAKE_DEBUG_POSTFIX}) else() -- cgit v1.2.3