summaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
authorAndras Becsi <andras.becsi@digia.com>2013-10-25 15:34:28 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-25 19:23:48 +0200
commit01d4d6964665957ba1440f763545f6fbde73c2e5 (patch)
treecfd78a03a008b5a32eb5686a2f4f17c5f700eab0 /tests/auto/auto.pro
parenta91f45afc49c465e1650e2395ba1183e3495888f (diff)
Use explicit dependencies to specify build order
Explicit dependencies make proper parallel builds possible. Change-Id: I71f7d7fbee1244490dfcb040bb4145ab74d5c416 Reviewed-by: Zeno Albisser <zeno.albisser@digia.com>
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r--tests/auto/auto.pro6
1 files changed, 3 insertions, 3 deletions
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