Build Qt Debug-Dynamic/Release-Static
Unsolved
Installation and Deployment
-
Hello,
Is it possible to configure Qt to generate Dynamic libraries for Debug and Static libraries for Release? Without having to keep two separate installations.
If so, what options should I pass to
./configure
?Thank you :)
-
Found this: http://www.qtcentre.org/threads/13058-build-debug-with-shared-and-release-with-static
But this thread is 8 years old, hope this have changed since then. -
Hi and welcome to devnet,
No, that hasn't changed.
Note that there are also licensing constraints using a static Qt build.
-
Thanks for the reply.
Yes, I know about the licensing constraints.