Qt 4.8.1
As for Qwt, I tried 6.1.0 and 6.0.2.
Platform - windows 7, 64bit.
Compiler call:
C:\qwt-6.1.0>make
cd src\ && c:\QtSDK\Desktop\Qt\4.8.1\mingw\bin\qmake.exe c:\qwt-6.1.0\src\src.pr
o -o Makefile
cd src\ && make -f Makefile
make[1]: Entering directory `C:/qwt-6.1.0/src'
make -f Makefile.Debug all
make[2]: Entering directory `C:/qwt-6.1.0/src'
compiling qwt_abstract_scale_draw.cpp
compiling qwt_clipper.cpp
....
compiling qwt_legend.cpp
qwt_legend.cpp: In member function 'void QwtLegend::PrivateData::LegendView::layoutContents ()':
qwt_legend.cpp:226: error: 'class QWidget' has no member named 'layout'
qwt_legend.cpp: In member function 'void QwtLegend::setMaxColumns(uint)':
qwt_legend.cpp:295: error: 'class QWidget' has no member named 'layout'qwt_legend.cpp:
In member function 'uint QwtLegend::maxColumns() const':
qwt_legend.cpp:309: error: 'class QWidget' has no member named 'layout'
qwt_legend.cpp: In member function 'virtual void QwtLegend::updateLegend(const Q
Variant&, const QList<QwtLegendData>&)':
...
Bookmarks