Skip to content

Commit

Permalink
Re #5767. Add python include path for MantidQt/Plot.
Browse files Browse the repository at this point in the history
  • Loading branch information
RussellTaylor committed Aug 17, 2012
1 parent 1b525e4 commit 78e89ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Code/Mantid/MantidPlot/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,7 @@ include ( UseSystemQt4 )
# Do the sip generation.
###########################################################################

include_directories ( ${PYTHON_INCLUDE_PATH} )
find_package ( PyQt4 REQUIRED )
find_package ( SIP REQUIRED )
separate_arguments ( PYQT4_SIP_FLAGS )
Expand Down
1 change: 1 addition & 0 deletions Code/Mantid/MantidQt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ endif ()
# Do the sip generation, for python bindings
###########################################################################

include_directories ( ${PYTHON_INCLUDE_PATH} )
find_package ( PyQt4 REQUIRED )
find_package ( SIP REQUIRED )
separate_arguments ( PYQT4_SIP_FLAGS )
Expand Down

0 comments on commit 78e89ee

Please sign in to comment.