[QScintilla] ANN: QScintilla v2.9 Released
Rex Dieter
rdieter at math.unl.edu
Sun Apr 26 19:52:06 BST 2015
Phil Thompson wrote:
> QScintilla v2.9 has been released. It is based on Scintilla v3.5.4 and
> no longer supports Qt v3 and PyQt v3. For full details see the NEWS
> file.
As highlighted here,
https://github.com/openscad/openscad/issues/1254
qscintilla installs qscintilla2.prf to $[QT_INSTALL_DATA]/mkspecs/features
which isn't necessarily the correct location on Qt. Qt5 uses QT_HOST_DATA
var instead, which defaults to value of QT_INSTALL_ARCHDATA, either of which
can have values different than QT_INSTALL_DATA.
The attached patch ensures the correct path is used.
-- Rex
-------------- next part --------------
A non-text attachment was scrubbed...
Name: QScintilla-gpl-2.9-qt5_mkspecs.patch
Type: text/x-patch
Size: 622 bytes
Desc: not available
URL: <http://www.riverbankcomputing.com/pipermail/qscintilla/attachments/20150426/d58d12f1/attachment.bin>
More information about the QScintilla
mailing list