diff options
author | Rohan McGovern <rohan.mcgovern@nokia.com> | 2010-05-14 10:52:36 +1000 |
---|---|---|
committer | Rohan McGovern <rohan.mcgovern@nokia.com> | 2010-05-14 10:52:36 +1000 |
commit | dc2e494acbd0a8e371c9fd92aef2da6975c5cccb (patch) | |
tree | 99d6bc51bc28d8c0437c9ae996ba9852f2f46850 /tests | |
parent | fe947b2050184f02c429962981397586d06f2893 (diff) |
Fixed race condition compiling xmlpatterns tests.
tests/auto/xmlpatterns.pro was missing some dependency information.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/xmlpatterns.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/xmlpatterns.pro b/tests/auto/xmlpatterns.pro index f670266d51..c770934677 100644 --- a/tests/auto/xmlpatterns.pro +++ b/tests/auto/xmlpatterns.pro @@ -36,6 +36,7 @@ SUBDIRS=\ xmlpatternsdiagnosticsts.depends = xmlpatternssdk xmlpatternsview.depends = xmlpatternssdk xmlpatternsxslts.depends = xmlpatternssdk +xmlpatternsxqts.depends = xmlpatternssdk xmlpatternsschemats.depends = xmlpatternssdk !contains(QT_CONFIG, private_tests): SUBDIRS -= \ |