summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2010-05-14 00:52:36 (GMT)
committerRohan McGovern <rohan.mcgovern@nokia.com>2010-05-14 00:52:36 (GMT)
commitdc2e494acbd0a8e371c9fd92aef2da6975c5cccb (patch)
tree99d6bc51bc28d8c0437c9ae996ba9852f2f46850
parentfe947b2050184f02c429962981397586d06f2893 (diff)
downloadQt-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.pro1
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 -= \