Matthias Pospiech schrieb:
> I experienced several problems with the project files in the example folder.
>
> I changed it in the following way to make it run with mingw
> win32{
> LIBS += ../../lib/qwtplot3d.lib
> #TEMPLATE = vcapp
> DEFINES += QT_DLL QWT3D_DLL
> RC_FILE = ../icon.rc
> contains (CONFIG, debug) {
> #QMAKE_LFLAGS += /NODEFAULTLIB:msvcrt
> }
> }
>
> but there is still a major poblem. The lib file "qwtplot3d.lib" is
> simply not build by the main makefile.
> There is only a .a and .dll file. So what do I have to do to be able to
> run make on the examples ?
>
I now changed .lib to .dll, and it now compliled.
However I had to copy all resource files from qwtplot3d/examples to
qwtplot3d/, because they were not found otherwise.
And worse and what I do not understand at all, make went through without
any error. But besides some .o files in each /tmp folder there is no
.exe in any of the examples!
Matthias
|