Rather than setting -fPIC wholesale, only set it for the qt objects.
The first commit restructures to move the fPIE flag out, the second is the actual change.
Note that -fPIC is used for testing qt until we get to the actual fPIE test. That’s to prevent us from bombing out early due to qt’s header yelling about PIE before we actually want to test it.