[PyKDE] ANN: QScintilla v1.4 Released

Rex Dieter rdieter at math.unl.edu
Fri Sep 17 18:43:00 BST 2004


Rex Dieter wrote:
> Rex Dieter wrote:
> 
>> Phil Thompson wrote:
>>
>>> QScintilla v1.4 has been released and can be downloaded from the 
>>> usual place. 

>> Here's a patch that fixes the designer plugin build (for me, when 
>> building RPMS).  Without the patch, it assumes there's already 
>> installed qscintilla headers.
> 
> 
> Updated patch that also avoids linking against a possibly different 
> system-provided libqscintilla (which bit me too)

OK, here's a patch that actually works (I should have let the build 
finish before sending that last one.

Though this one can't avoid linking against a different system-provided 
libqscintilla.  (Problem being that -L($QTDIR)/lib seems to *always* 
come before any libdir I specify... grr...)

So in total, this patch allows one to build the designer plugin without 
assuming qscintilla headers or libraries already exist/are-installed on 
the system.

-- Rex
-------------- next part --------------
A non-text attachment was scrubbed...
Name: qscintilla-1.61-gpl-1.4-designer-incpath.patch
Type: text/x-patch
Size: 327 bytes
Desc: not available
Url : http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20040917/6b41b72e/qscintilla-1.61-gpl-1.4-designer-incpath.bin


More information about the PyQt mailing list