| Michael Orlitzky on Tue, 01 Aug 2023 19:40:49 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
| Re: [PATCH 0/1 v2] use fltk's CXXFLAGS when looking for it |
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.