diff options
author | Rohan McGovern <rohan.mcgovern@nokia.com> | 2011-05-31 00:11:16 (GMT) |
---|---|---|
committer | Sergio Ahumada <sergio.ahumada@nokia.com> | 2011-12-09 08:43:59 (GMT) |
commit | 5382ea19ed0d35f889f7cae6b3f63d659f3cc894 (patch) | |
tree | 8c5f1fe3ca1530cf0b87baa8a3c5985e2f3a9b78 /tests/auto/qscriptextensionplugin | |
parent | 912e7eec85d655f579796b8d930ae5c5f29cffe0 (diff) | |
download | Qt-5382ea19ed0d35f889f7cae6b3f63d659f3cc894.zip Qt-5382ea19ed0d35f889f7cae6b3f63d659f3cc894.tar.gz Qt-5382ea19ed0d35f889f7cae6b3f63d659f3cc894.tar.bz2 |
tests: fixed compile of qscriptextensionplugin test with high -jN
Dependencies between this test and some helper projects were not
declared, so aggressively parallel builds would fail semi-randomly.
Reviewed-by: Jason McDonald
(cherry picked from commit f567467a3ac4182a4c6bb592e4ec596ec458c11b)
Change-Id: If5b1998e18009ffac58637f6723c0a2ddd49c85d
Diffstat (limited to 'tests/auto/qscriptextensionplugin')
-rw-r--r-- | tests/auto/qscriptextensionplugin/qscriptextensionplugin.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qscriptextensionplugin/qscriptextensionplugin.pro b/tests/auto/qscriptextensionplugin/qscriptextensionplugin.pro index d4671c8..48f0eb9 100644 --- a/tests/auto/qscriptextensionplugin/qscriptextensionplugin.pro +++ b/tests/auto/qscriptextensionplugin/qscriptextensionplugin.pro @@ -1,3 +1,4 @@ TEMPLATE = subdirs CONFIG -= app_bundle +test.depends = simpleplugin staticplugin SUBDIRS = simpleplugin staticplugin test |