Browse Source

Fixed doxygen / doxywizard to find qt3 header files

early
Christian Wiese 17 years ago
parent
commit
025d2da09a
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      develop/doxygen/doxygen.conf

+ 2
- 0
develop/doxygen/doxygen.conf

@ -24,5 +24,7 @@ if [[ $libdir = *lib64 ]]; then
fi
if pkginstalled qt3; then
pkgprefix -t qt3
var_append confopt ' ' '--with-doxywizard'
var_append CXX_WRAPPER_APPEND ' ' "-I$root$( pkgprefix includedir qt3 )"
fi

Loading…
Cancel
Save