Fix bug 638 - "Documentation for phonon doesn't show class inheritance diagrams."

This commit is contained in:
Hugo Parente Lima 2011-02-10 18:38:46 -02:00
commit dae317b831
3 changed files with 63 additions and 65 deletions

View file

@ -17,6 +17,7 @@ import sys, os
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
sys.path.append('@CMAKE_CURRENT_SOURCE_DIR@')
sys.path.append('@pyside_BINARY_DIR@')
# -- General configuration -----------------------------------------------------