I have built Qt statically with Visual Studio 2010 and found that I cannot use it to make any shared library(dll), is this by design?
Printable View
I have built Qt statically with Visual Studio 2010 and found that I cannot use it to make any shared library(dll), is this by design?
yes. Why don't you think about what you are trying to do ;)
So if Qt was built statically, then any library(even those that don't depends on Qt at all) that use such Qt build can only output static library?
My problem is that under the same source tree, I have libraries that will be statically linked to Qt, while others, are intended to be pure C++ shared library, and they are all managed by .pro files