From 2c25a431d08ad7cd00293be1872d744c1e11fbaa Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Mon, 20 Nov 2017 12:29:03 +0100 Subject: Use dependencies instead of CONFIG+=ordered Also drops a few instances where the dependency was purely runtime, especially for examples. Change-Id: I2a0476f79928143596bdb3b8f01193af90574ae8 Reviewed-by: Oswald Buddenhagen --- tests/benchmarks/dbus/qdbusperformance/qdbusperformance.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/benchmarks/dbus') diff --git a/tests/benchmarks/dbus/qdbusperformance/qdbusperformance.pro b/tests/benchmarks/dbus/qdbusperformance/qdbusperformance.pro index e90d38a55c..94cb8e41c7 100644 --- a/tests/benchmarks/dbus/qdbusperformance/qdbusperformance.pro +++ b/tests/benchmarks/dbus/qdbusperformance/qdbusperformance.pro @@ -1,3 +1,3 @@ TEMPLATE = subdirs -CONFIG += ordered +test.depends = server SUBDIRS = server test -- cgit v1.2.3