On windows have you ever been able to create a static version?
I set the flags correctly, and see that you actually just append to the qwtconfig.pri file.
So I see where ######################################################################
QWT_CONFIG += QwtDll
later has an appended ...
QWT_CONFIG -= QwtDLL
QWT_CONFIG += QwtPlot
QWT_CONFIG += QwtWidgets
QWT_CONFIG += QwtSvg
QWT_CONFIG += QwtOpenGL
QWT_CONFIG -= QwtMathML
QWT_CONFIG -= QwtDesigner
QWT_CONFIG -= QwtExamples
QWT_CONFIG -= QwtPlayground
But even with the appended text I get the Dll :(
On windows have you ever been able to create a static version?
I set the flags correctly, and see that you actually just append to the qwtconfig.pri file.
So I see where ######################################################################
QWT_CONFIG += QwtDll
later has an appended ...
QWT_CONFIG -= QwtDLL
QWT_CONFIG += QwtPlot
QWT_CONFIG += QwtWidgets
QWT_CONFIG += QwtSvg
QWT_CONFIG += QwtOpenGL
QWT_CONFIG -= QwtMathML
QWT_CONFIG -= QwtDesigner
QWT_CONFIG -= QwtExamples
QWT_CONFIG -= QwtPlayground
But even with the appended text I get the Dll :(