From 9959090da84ee8681126da5763365e3e2a746f7e Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Mon, 21 Sep 2020 10:58:10 +0200 Subject: CMake: Fix failing tests on macOS developer builds tst_qguiapplication was missing an Info.plist file. We can't directly reference the tst_qcoreapplication Info.plist file like the qmake project does, because that breaks ninja (says multiple rules create the same output file), so use a copy instead. Blacklist the qpluginloader loadMachO test when doing CMake builds. The qmake projects use multiple custom rules to build the macho plugins, which need to be ported to CMake. Task-number: QTBUG-86053 Task-number: QTBUG-86792 Change-Id: Iaff2b2d5e9e84a457b4f2ffc011a580388498f00 Reviewed-by: Qt CI Bot Reviewed-by: Joerg Bornemann --- tests/auto/corelib/plugin/qpluginloader/BLACKLIST | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/auto/corelib/plugin/qpluginloader/BLACKLIST (limited to 'tests/auto/corelib/plugin') diff --git a/tests/auto/corelib/plugin/qpluginloader/BLACKLIST b/tests/auto/corelib/plugin/qpluginloader/BLACKLIST new file mode 100644 index 0000000000..bfcfdff61b --- /dev/null +++ b/tests/auto/corelib/plugin/qpluginloader/BLACKLIST @@ -0,0 +1,2 @@ +[loadMachO] +macos cmake -- cgit v1.2.3