From 01d4d6964665957ba1440f763545f6fbde73c2e5 Mon Sep 17 00:00:00 2001 From: Andras Becsi Date: Fri, 25 Oct 2013 15:34:28 +0200 Subject: Use explicit dependencies to specify build order Explicit dependencies make proper parallel builds possible. Change-Id: I71f7d7fbee1244490dfcb040bb4145ab74d5c416 Reviewed-by: Zeno Albisser --- tests/auto/auto.pro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index 30f0cbb03..1ae65f98b 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -1,4 +1,4 @@ -TEMPLATE=subdirs -SUBDIRS=\ - widgets +TEMPLATE = subdirs + +qtHaveModule(widgets): SUBDIRS = widgets -- cgit v1.2.3