Browse Source
TARGET_OS_* macros from TargetConditionals.h are always defined (to 0 or 1), so checking `defined(TARGET_OS_IPHONE)` is incorrect. Because of this, the Qt check executable wasn't probed anymore on MacOS. Instead, check the macro value directly. Also include TargetConditionals.h which was missing.pull/198/head
committed by
Felix Paul Kühne
1 changed files with 5 additions and 1 deletions
Loading…
Reference in new issue