aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorrenatofilho <renato.filho@openbossa.org>2010-10-07 16:51:12 -0300
committerrenatofilho <renato.filho@openbossa.org>2010-10-07 17:31:55 -0300
commitba54f0956e50c9a667ce160c69592d08ce514382 (patch)
treec0a78dee1b222e1b050fb759b4c3600df79fffa8 /plugins
parente8e8da9efdcb728dd1989d9274cbc22be22ae9c4 (diff)
Fixed python include var used in plugins project.
Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
Diffstat (limited to 'plugins')
-rw-r--r--plugins/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt
index a9a1e810f..792d05541 100644
--- a/plugins/CMakeLists.txt
+++ b/plugins/CMakeLists.txt
@@ -13,7 +13,7 @@ set (ui_plugin_moc
QT4_WRAP_CPP(MOC_FILES ${ui_plugin_moc})
include_directories(${QT_QTDESIGNER_INCLUDE_DIR}
${SHIBOKEN_INCLUDE_DIR}
- ${PYTHON_INCLUDE_DIR})
+ ${PYTHON_INCLUDE_PATH})
add_library(uiplugin STATIC ${ui_plugin_src} ${MOC_FILES})
add_definitions(-fPIC)