aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorJan Arve Saether <jan-arve.saether@qt.io>2017-08-08 13:40:15 +0200
committerJan Arve Sæther <jan-arve.saether@qt.io>2017-08-11 14:14:55 +0000
commit041c8d28eaa0e516a0c6502fa801781aa8ebe5a6 (patch)
tree9d1514d20f0c0f8436de9b79ac911bae52aaac46 /tests/auto
parent3856f9509fc7c236df3837e653fb994d08be7e58 (diff)
Build testapp first, since the test depends on that
Fails when doing make check when it hasn't already been built. Change-Id: I0a7042df4b1bcad32ff93eb3f3ac827c7e0ce030 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/qml/qqmlapplicationengine/qqmlapplicationengine.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/auto/qml/qqmlapplicationengine/qqmlapplicationengine.pro b/tests/auto/qml/qqmlapplicationengine/qqmlapplicationengine.pro
index 4a2dde7c47..3adad3759b 100644
--- a/tests/auto/qml/qqmlapplicationengine/qqmlapplicationengine.pro
+++ b/tests/auto/qml/qqmlapplicationengine/qqmlapplicationengine.pro
@@ -1,3 +1,5 @@
TEMPLATE = subdirs
-SUBDIRS = tst_qqmlapplicationengine.pro \
- testapp
+SUBDIRS = testapp \
+ tst_qqmlapplicationengine.pro
+
+CONFIG += ordered