Qt and Static linking Help

Hello i am new to qt creater which can be found here http://qt.nokia.com/. The problem i am having is that the program that qt makes depends on dll that are part of qt. So what i need to do is static link the dll. How do i do this?

NOTE: I tryed what it says on qt docs but it does not work still. =(
Does not work does not describe anything.
You should post the exact problem you faced after following the instructions.
You can't static link a dll. A dll is a library specifically made for dynamic linking.
Topic archived. No new replies allowed.