Hi,
I posted a question before.
http://www.qtcentre.org/forum/f-qt-d...html#post72928

Since it is really hard to change the button shape, so i would like to try a different style to see how the buttons look like.
But after i changed QWindowsStyle to QMotifStyle, i got lots of linking errors. I posted a few errors
cim error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall QMotifStyle::QMotifStyle(bool)" (__imp_??0QMotifStyle@@QAE@_N@Z)
cim error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall QMotifStyle::QMotifStyle(bool)" (__imp_??0QMotifStyle@@QAE@_N@Z)
cim error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall QMotifStyle::~QMotifStyle(void)" (__imp_??1QMotifStyle@@UAE@XZ)
cim error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual bool __thiscall QMotifStyle::qt_emit(int,struct QUObject *)" (__imp_?qt_emit@QMotifStyle@@UAE_NHPAUQUObject@@@Z )
cim error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual bool __thiscall QMotifStyle::qt_invoke(int,struct QUObject *)" (__imp_?qt_invoke@QMotifStyle@@UAE_NHPAUQUObject@@ @Z)


.Could anyone please tell me what to do to fix these errors.

Thanks.