QwtPlot3D build on Windows

54 views Asked by At

I downloaded QwtPlot3D project from here https://sourceforge.net/projects/qwtplot3d/files/

When I run qmake on the project file in the zip, I get following result:

WARNING: Unable to generate output for: C:/path/Makefile.Debug [TEMPLATE vclib]
QIODevice::write: device not open

Same when I try to build from QtCreator.

Any ideas ? Thank you very much.

1

There are 1 answers

1
Fyx On

You are creating the file in a location that does not exist on the computer. You could change the location of the folder to be created.