diff options
author | Topi Reinio <topi.reinio@theqtcompany.com> | 2016-05-10 14:54:33 +0200 |
---|---|---|
committer | Jani Heikkinen <jani.heikkinen@qt.io> | 2016-05-12 10:12:49 +0000 |
commit | 23b764d34705d0f858e428e02c910637368b2694 (patch) | |
tree | 8212e7ac4dfeeb9d1cbe2f535d9fe39dbeccaa79 /src/xmlpatterns | |
parent | fcb22201726669f52f98528d9a15f8cdbb126b48 (diff) | |
download | qtxmlpatterns-23b764d34705d0f858e428e02c910637368b2694.tar.gz |
Examples in binary packages now directly match the install path.
Change-Id: Ie5faec6f18ffb65affa1b277bb3f6b3f5c66fb44
Task-number: QTBUG-52953
Reviewed-by: Antti Kokko <antti.kokko@qt.io>
Diffstat (limited to 'src/xmlpatterns')
-rw-r--r-- | src/xmlpatterns/doc/qtxmlpatterns.qdocconf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmlpatterns/doc/qtxmlpatterns.qdocconf b/src/xmlpatterns/doc/qtxmlpatterns.qdocconf index 7ffaca1..d7919dc 100644 --- a/src/xmlpatterns/doc/qtxmlpatterns.qdocconf +++ b/src/xmlpatterns/doc/qtxmlpatterns.qdocconf @@ -4,7 +4,7 @@ project = QtXmlPatterns description = Qt XML Patterns Reference Documentation version = $QT_VERSION -examplesinstallpath = qtxmlpatterns/xmlpatterns +examplesinstallpath = xmlpatterns exampledirs += ../../../examples/xmlpatterns \ ../ \ |