[Qt-creator] Build a DLL when using Qt static libs
Alexandre Beber
listsbeber at gmail.com
Thu Jan 29 19:19:27 CET 2009
Hi there!
I have two Qt packages installed in my machine: "4.4.3-shared" and
"4.4.3-static".
I created a DLL project on Qt Creator and configured debug/release
builds for both of my Qt versions. When I compile my project using the
shared version of Qt, the output is a .DLL, when I use the static
version the outup is a .LIB. Pretty obvious, what I don't know how to
do is to generate a .DLL file when compiling the project with the
static version of Qt. Can anyone tell me?
Not sure if it is a Qt Creator "issue", but I can't find anything
inside it to change that..
Thanks!
More information about the Qt-creator-old
mailing list