diff options
author | Frederik Gladhorn <frederik.gladhorn@digia.com> | 2013-10-24 23:23:29 +0200 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-10-25 00:01:23 +0200 |
commit | 29d771e2ac808750a6d8fa2225a848115af11d34 (patch) | |
tree | 3c4f9ec114964520b2f644cacbb3af2568331004 /tests | |
parent | c499ecd916571f4c6d1ee8b8b9bfd8127c617cc6 (diff) | |
download | qtquickcontrols-29d771e2ac808750a6d8fa2225a848115af11d34.tar.gz qtquickcontrols-29d771e2ac808750a6d8fa2225a848115af11d34.tar.bz2 qtquickcontrols-29d771e2ac808750a6d8fa2225a848115af11d34.zip |
Use depends instead of ordered for dependencies
Change-Id: Ia24df4e387655106c7b7d31535f00ecb675860b4
Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/auto.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index 0b3cfd2b..7eba7586 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -1,3 +1,3 @@ TEMPLATE = subdirs SUBDIRS += testplugin controls activeFocusOnTab applicationwindow -CONFIG += ordered +controls.depends = testplugin |