Skip to content

It always seems to build the DLL version on windows #2

Description

@ShamanTcler

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 :(

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions