Re: [PATCH 0/1 v2] use fltk's CXXFLAGS when looking for it
Michael Orlitzky <[email protected]>
| Newsgroups | gmane.comp.mathematics.pari.devel |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 2023-08-01 at 19:22 +0200, Bill Allombert wrote:
>
> > > Qt4)
> > > - PLOTCFLAGS="\$(QTINC)"
> > > - PLOTLIBS="\$(QTLIB) $QTLIBS"
> > > + PLOTCFLAGS="`${PKG_CONFIG} --cflags QtGui`"
> > > + PLOTLIBS="`${PKG_CONFIG} --libs QtGui`"
>
> Do you really manage to build the Qt4 version ? I was planning to remove it
> since I cannot test it anymore, and I do not know how to port it to Qt5/Qt6.
>
No, we've had it unconditionally disabled since January 2018. Those
parts of the patch must be even older.