From this documentation it is not clear whether it is possible to build an executable that uses shared libraries once Qt (> 5.0) has been rebuilt in static mode.
I need to build both executables that use shared libraries and executables which are usable without them. Do I need to have two separate installations of Qt for that, or is it possible to use a flag to specify the desired behaviour?
Is it possible to configure QtCreator for this purpose?
Platform: Windows 7, MinGW32/GCC 4.8