Skip to content
Snippets Groups Projects
Commit 78e89ee7 authored by Russell Taylor's avatar Russell Taylor
Browse files

Re #5767. Add python include path for MantidQt/Plot.

parent 1b525e4d
No related branches found
No related tags found
No related merge requests found
...@@ -456,6 +456,7 @@ include ( UseSystemQt4 ) ...@@ -456,6 +456,7 @@ include ( UseSystemQt4 )
# Do the sip generation. # Do the sip generation.
########################################################################### ###########################################################################
include_directories ( ${PYTHON_INCLUDE_PATH} )
find_package ( PyQt4 REQUIRED ) find_package ( PyQt4 REQUIRED )
find_package ( SIP REQUIRED ) find_package ( SIP REQUIRED )
separate_arguments ( PYQT4_SIP_FLAGS ) separate_arguments ( PYQT4_SIP_FLAGS )
......
...@@ -52,6 +52,7 @@ endif () ...@@ -52,6 +52,7 @@ endif ()
# Do the sip generation, for python bindings # Do the sip generation, for python bindings
########################################################################### ###########################################################################
include_directories ( ${PYTHON_INCLUDE_PATH} )
find_package ( PyQt4 REQUIRED ) find_package ( PyQt4 REQUIRED )
find_package ( SIP REQUIRED ) find_package ( SIP REQUIRED )
separate_arguments ( PYQT4_SIP_FLAGS ) separate_arguments ( PYQT4_SIP_FLAGS )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment