From 5f17c41a25cb3a9e8a18840c3fd9042d0f18d5b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Mon, 14 Nov 2011 13:16:12 +0100 Subject: Fix config tests for modules on Mac OS X We look for a regular binary, but Mac OS X produces application bundles by default. Instead of looking for an app bundle as well, we unify things a bit by disabling app bundles instead. Change-Id: I5eb173d98e893e616f23b91f13282cf95ef4f56a Reviewed-by: Oswald Buddenhagen --- bin/qtmodule-configtests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/qtmodule-configtests b/bin/qtmodule-configtests index 2ea68617a9..1c65e51279 100755 --- a/bin/qtmodule-configtests +++ b/bin/qtmodule-configtests @@ -214,7 +214,7 @@ sub executeTest { my $oldWorkingDir = getcwd(); my $ret = 0; - my @QMAKEARGS = ('CONFIG-=debug_and_release'); + my @QMAKEARGS = ('CONFIG-=debug_and_release', 'CONFIG-=app_bundle'); my $testOutDir = catdir($out_basedir, 'config.tests', $testName); -- cgit v1.2.3