Skip to content

Configure qt5 on OSX

Nicolas Vuaille requested to merge (removed):fixQt5ForOSx into master

qt5 needs the 'macosx' prefix to correctly resolve the sdk path.

Problem was: on OSx 10.11 with sdk 10.12, build ended with Running configuration tests... Checking for gold linker... no Checking for valid makespec... ERROR: Cannot compile a minimal program. The toolchain or QMakeSpec is broken.

Verbose mode add this info: Project ERROR: Could not resolve SDK --show-sdk-path for '10.12'

Merge request reports