diff options
author | Peter Hartmann <peter.hartmann@trolltech.com> | 2009-08-10 10:57:45 +0200 |
---|---|---|
committer | Peter Hartmann <peter.hartmann@trolltech.com> | 2009-08-10 11:01:26 +0200 |
commit | f0495e760e1e942481b8e0371b2700fd78519bb8 (patch) | |
tree | e2c6c5112780ad26a816ffbc840e01a3afeece25 /src/xmlpatterns | |
parent | 76b8707e813c4b139a9ebd38b5ae0585d4afc425 (diff) | |
download | qt4-tools-f0495e760e1e942481b8e0371b2700fd78519bb8.tar.gz |
Xml patterns: remove line in .pro file that added the schematron dir
this line was dragged in from the Xml schema branch, but there is no
schematron in Qt.
Reviewed-by: TrustMe
Diffstat (limited to 'src/xmlpatterns')
-rw-r--r-- | src/xmlpatterns/xmlpatterns.pro | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xmlpatterns/xmlpatterns.pro b/src/xmlpatterns/xmlpatterns.pro index 0e6270ea74..bb8e452159 100644 --- a/src/xmlpatterns/xmlpatterns.pro +++ b/src/xmlpatterns/xmlpatterns.pro @@ -22,7 +22,6 @@ include($$PWD/janitors/janitors.pri) include($$PWD/parser/parser.pri) include($$PWD/projection/projection.pri) include($$PWD/schema/schema.pri) -include($$PWD/schematron/schematron.pri) include($$PWD/type/type.pri) include($$PWD/utils/utils.pri) include($$PWD/qobjectmodel/qobjectmodel.pri, "", true) |