| Summary: | kdebindings doesn't recognize --with-qt-includes | ||
|---|---|---|---|
| Product: | [Unmaintained] bindings | Reporter: | Eric Sandall <eric> |
| Component: | general | Assignee: | bindings-bugs-null |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 3.0.2 | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Eric Sandall
2004-11-10 18:43:07 UTC
CVS commit by sedwards:
BUG: 93041
Fix for "Python bindings don't respect configure's --with-qt-includes parameter".
M +1 -1 Makefile.am 1.5
--- kdebindings/python/Makefile.am #1.4:1.5
@@ -22,5 +22,5 @@
sipdone:
- cd sip && export QTDIR=${qt_dir} && @PYTHON@ configure.py -b @bindir@ -d ${site_packages} -e ${python_inc_dir} -l qt-mt -v ${sip_dir}
+ cd sip && export QTDIR=${qt_dir} && @PYTHON@ configure.py -b @bindir@ -d ${site_packages} -e ${python_inc_dir} -l qt-mt -v ${sip_dir} INCDIR_QT=@qt_includes@
@(cd sip && $(MAKE))
echo "" > sipdone
Fixed, thanks. :) |