mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-02 22:45:23 +08:00
When building on iOS, the minimum deployment target was only declared as linker flags for the libary. However the flags can affect the run-time features by potentially enabling APIs or affecting codegen if the compiler can assume that certain CPU features are present. We should therefore pass the minimum deployment target as compiler flags as well as linker flag. Pick-to: 6.11 6.10 6.8 6.5 Change-Id: If9b96fb31bf4173da2e4c574c1c080be075851b8 Reviewed-by: Nils Petter Skålerud <nils.petter.skalerud@qt.io> Reviewed-by: Artem Dyomin <artem.dyomin@qt.io>