Hello,

Well first of all im completely new to QT programming. Im Using Win7, VS2008 and QT 4.6.2
Well i compiled QT and everything is working fine.
Now that i try to compile QWT i get an error that i cant find a solution for.
when i run nmake it starts compiling and after a few mins i get the following errors:

moc_qwt_legend.obj : warning LNK4049: Lokal definiertes Symbol "?qt_metacall@QFr
ame@@UAEHW4Call@QMetaObject@@HPAPAX@Z (public: virtual int __thiscall QFrame::qt
_metacall(enum QMetaObject::Call,int,void * *))" wurde importiert.
moc_qwt_plot.obj : warning LNK4049: Lokal definiertes Symbol "?qt_metacall@QFram
e@@UAEHW4Call@QMetaObject@@HPAPAX@Z (public: virtual int __thiscall QFrame::qt_m
etacall(enum QMetaObject::Call,int,void * *))" wurde importiert.
moc_qwt_plot_canvas.obj : warning LNK4049: Lokal definiertes Symbol "?qt_metacal
l@QFrame@@UAEHW4Call@QMetaObject@@HPAPAX@Z (public: virtual int __thiscall QFram
e::qt_metacall(enum QMetaObject::Call,int,void * *))" wurde importiert.
moc_qwt_text_label.obj : warning LNK4217: Lokal definiertes Symbol "?staticMetaO
bject@QFrame@@2UQMetaObject@@B (public: static struct QMetaObject const QFrame::
staticMetaObject)" wurde in "void __cdecl `dynamic initializer for 'public: stat
ic struct QMetaObject const QwtTextLabel::staticMetaObject''(void)" (??__E?stati
cMetaObject@QwtTextLabel@@2UQMetaObject@@B@@YAXXZ)-Funktion importiert.
moc_qwt_legend.obj : warning LNK4049: Lokal definiertes Symbol "?staticMetaObjec
t@QFrame@@2UQMetaObject@@B (public: static struct QMetaObject const QFrame::stat
icMetaObject)" wurde importiert.
moc_qwt_plot.obj : warning LNK4217: Lokal definiertes Symbol "?staticMetaObject@
QFrame@@2UQMetaObject@@B (public: static struct QMetaObject const QFrame::static
MetaObject)" wurde in "public: virtual void * __thiscall QwtLegendItemManager::`
vector deleting destructor'(unsigned int)" (??_EQwtLegendItemManager@@UAEPAXI@Z)
-Funktion importiert.
moc_qwt_plot_canvas.obj : warning LNK4049: Lokal definiertes Symbol "?staticMeta
Object@QFrame@@2UQMetaObject@@B (public: static struct QMetaObject const QFrame:
:staticMetaObject)" wurde importiert.
qwt_plot.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol ""__
declspec(dllimport) public: class QFontInfo __thiscall QWidget::fontInfo(void)co
nst " (__imp_?fontInfo@QWidget@@QBE?AVQFontInfo@@XZ)" in Funktion ""private: voi
d __thiscall QwtPlot::initPlot(class QwtText const &)" (?initPlot@QwtPlot@@AAEXA
BVQwtText@@@Z)".
qwt_plot_axis.obj : error LNK2001: Nicht aufgelöstes externes Symbol ""__declspe
c(dllimport) public: class QFontInfo __thiscall QWidget::fontInfo(void)const " (
__imp_?fontInfo@QWidget@@QBE?AVQFontInfo@@XZ)".
qwt_plot_marker.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symb
ol ""__declspec(dllimport) public: class QSize & __thiscall QSize:perator/=(do
uble)" (__imp_??_0QSize@@QAEAAV0@N@Z)" in Funktion ""private: void __thiscall Qw
tPlotMarker::drawLabel(class QPainter *,class QRect const &,class QPoint const &
)const " (?drawLabel@QwtPlotMarker@@ABEXPAVQPainter@@ABVQRe ct@@ABVQPoint@@@Z)".
..\lib\qwt5.dll : fatal error LNK1120: 2 nicht aufgelöste externe Verweise.
NMAKE : fatal error U1077: "echo": Rückgabe-Code "0x460"
Stop.
NMAKE : fatal error U1077: ""C:\Program Files (x86)\Microsoft Visual Studio 9.0\
VC\BIN\nmake.exe"": Rückgabe-Code "0x2"
Stop.
NMAKE : fatal error U1077: "cd": Rückgabe-Code "0x2"
Stop.

Well i copied the log from the command prompt, but i guess only the last lines are important.
Maybe someone has an idea of what i do wrong or what i missed to configure?

Regards
Basti