diff options
author | Rohan McGovern <rohan.mcgovern@nokia.com> | 2010-05-14 00:52:36 (GMT) |
---|---|---|
committer | Rohan McGovern <rohan.mcgovern@nokia.com> | 2010-05-14 00:52:36 (GMT) |
commit | dc2e494acbd0a8e371c9fd92aef2da6975c5cccb (patch) | |
tree | 99d6bc51bc28d8c0437c9ae996ba9852f2f46850 | |
parent | fe947b2050184f02c429962981397586d06f2893 (diff) | |
download | Qt-dc2e494acbd0a8e371c9fd92aef2da6975c5cccb.zip Qt-dc2e494acbd0a8e371c9fd92aef2da6975c5cccb.tar.gz Qt-dc2e494acbd0a8e371c9fd92aef2da6975c5cccb.tar.bz2 |
Fixed race condition compiling xmlpatterns tests.
tests/auto/xmlpatterns.pro was missing some dependency information.
-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 f670266..c770934 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 -= \ |