|
From: Matthias P. <mat...@gm...> - 2008-02-21 22:13:18
|
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 ?
Matthias
|