can anybody help me?
most of the compile warnings are something like this::
1>c:\qt\qt4.4.1-msvc2005-s\include\qtcore\../../src/corelib/tools/qvector.h(713) : warning C4661: 'QList<T> QList<T>::fromSet(const QSet<T> &)' : no suitable definition provided for explicit template instantiation request
1> with
1> [
1> T=double
1> ]
1> c:\qt\qt4.4.1-msvc2005-s\include\qtcore\../../src/corelib/tools/qlist.h(310) : see declaration of 'QList<T>::fromSet'
1> with
1> [
1> T=double
1> ]
linke warning:
2>qwt_plot.obj : warning LNK4049: locally defined symbol ??1QFont@@QAE@XZ (public: __thiscall QFont::~QFont(void)) imported
link errors:
2>qwt_text_engine.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall QTextFrameFormat::setPadding(double)" (__imp_?setPadding@QTextFrameFormat@@QAEXN@Z) referenced in function "public: __thiscall QwtRichTextDocument::QwtRichTextDocument(class QString const &,int,class QFont const &)" (??0QwtRichTextDocument@@QAE@ABVQString@@HABVQFont @@@Z)
2>..\lib\qwt5.dll : fatal error LNK1120: 10 unresolved externals
i build Qt with following:
configure -platform win32-msvc2005 -static -debug-and-release -fast -qt-sql-sqlite -no-qt3support -vcproj
configure -platform win32-msvc2005 -static -debug-and-release -fast -qt-sql-sqlite -no-qt3support -vcproj
To copy to clipboard, switch view to plain text mode
what am i doing wrong?
Bookmarks