[Kde-bindings] [Bug 93041] kdebindings doesn't recognize --with-qt-includes

simon at simonzone.com simon at simonzone.com
Wed Jan 19 16:37:31 UTC 2005


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=93041         
simon simonzone com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From simon simonzone com  2005-01-19 17:37 -------
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



More information about the Kde-bindings mailing list