diff options
author | Frans Englich <frans.englich@nokia.com> | 2009-08-13 13:27:41 (GMT) |
---|---|---|
committer | Frans Englich <frans.englich@nokia.com> | 2009-08-13 13:33:31 (GMT) |
commit | e9b6e85b43bd233f16668dcb91da36e6dc31d4ff (patch) | |
tree | 9fce88e5cc29cf91edba749ed06f6f17effc76db /tests/auto/auto.pro | |
parent | be4c288579314e2c11bd284d03a45007c2d3b300 (diff) | |
download | Qt-e9b6e85b43bd233f16668dcb91da36e6dc31d4ff.zip Qt-e9b6e85b43bd233f16668dcb91da36e6dc31d4ff.tar.gz Qt-e9b6e85b43bd233f16668dcb91da36e6dc31d4ff.tar.bz2 |
Fix auto test xmlpatternsschemats by adjusting build dependencies.
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r-- | tests/auto/auto.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index d7f27bd..dd188cd 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -444,6 +444,7 @@ SUBDIRS += checkxmlfiles \ xmlpatternsdiagnosticsts.depends = xmlpatternsxqts xmlpatternsview.depends = xmlpatternsxqts xmlpatternsxslts.depends = xmlpatternsxqts +xmlpatternsschemats.depends = xmlpatternsxqts } unix:!embedded:contains(QT_CONFIG, dbus):SUBDIRS += \ |