Hi. When i try to build release version i get linking errors LNK2019 external symbol
Something like:


Qt Code:
  1. qt4client.obj : error LNK2019: unresolved external symbol "public: static struct QMetaObject const TelEngine::QtWindow::staticMetaObject" (?staticMetaObject@QtWindow@TelEngine@@2UQMetaObject@@B) referenced in function "public: static class QString __cdecl TelEngine::QtWindow::tr(char const *,char const *)" (?tr@QtWindow@TelEngine@@SA?AVQString@@PBD0@Z)
To copy to clipboard, switch view to plain text mode 

But debug mode works fine. Please explain what i forgot?

VS2008, QT4.6