From 12872b1221bb18fe569f4f59fa0f8f2a60ac4be2 Mon Sep 17 00:00:00 2001 From: "Bradley T. Hughes" Date: Fri, 18 Nov 2011 10:44:52 +0100 Subject: [PATCH] Re-enable the dbus autotests on Mac OS X These tests aren't actually enabled due to the lack of dbus, but there's no reason to explicitly disable the check target because of it. Change-Id: I685008060c8e8d713cd27e7684cf3d474c0cf55d Reviewed-by: Marius Storm-Olsen --- tests/auto/auto.pro | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index 286a3be8b0..88d99a751f 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -22,7 +22,6 @@ cross_compile: SUBDIRS -= tools # disable 'make check' on Mac OS X for the following subdirs for the time being mac { - dbus.CONFIG += no_check_target gui.CONFIG += no_check_target network.CONFIG += no_check_target opengl.CONFIG += no_check_target