Skip to content

Tests: Fix Qt5Autogen test on Xcode

Brad King requested to merge brad.king/cmake:fix-Qt5Autogen-xcode into master

Fix the mocPlugin project to provide mocPlugin.xcodeproj instead of Project.xcodeproj so that the try_compile project name matches. Also search in the Debug subdirectory of the try_compile build tree for the resulting binaries, to work with multi-config generators.

Merge request reports