hello
i have downloaded Qt_SDK which has released in May for windows
I want to build qwtPlot3d examples using this environment.
It uses mingw compiler
and in qwtplot3d.pro file uses VS settings..
how to build it?can anyone help me?
hello
i have downloaded Qt_SDK which has released in May for windows
I want to build qwtPlot3d examples using this environment.
It uses mingw compiler
and in qwtplot3d.pro file uses VS settings..
how to build it?can anyone help me?
done!!!
in qwtplot3d.pro
chage
win32:TEMPLATE =vclib
to
win32:TEMPLATE=lib
change
CONFIG+=qt warn_on opengl thread zlib debug
to
CONFIG+=qt warn_on opengl thread zlib release
add #include<stdio.h> in qwt3d_functions.cpp
To compile
qmake qwtplot3d.pro
mingw32-make
this has solved my problem
Can you please paste your entire qwtplot3d.pro, i'm getting an error while executing my project. It returns as error: QWidget: Must construct a QApplication before a QPaintDevice.
But I think it might come from the qwtplot3d, it is exactly when i invoque the plotting function.
I'm also using qtcreatr+mingw+qwtplot3d.
Thanks for the help!
Bookmarks