No you won't because Qt is build for static linking.

But what you could do is what I do: Build Qt twice.
First in directory ...\Qt-4.5.0-static for static linking.
Second in ...\Qt-4.5.0-dynamic for dynamically linked applications.

Your project settings have to point to the desired Qt "version".