diff options
author | Topi Reinio <topi.reinio@theqtcompany.com> | 2016-05-10 14:54:28 +0200 |
---|---|---|
committer | Antti Kokko <antti.kokko@qt.io> | 2016-05-12 11:45:15 +0000 |
commit | 31d3d8d65ddecb1b9b96dc034fd858fdb80e498d (patch) | |
tree | f1f5734056e4ed6cc018bd01c4bb8e0a408c0594 /src/extras | |
parent | a0bedbc0461e6ecb45591708616f4437ea7a634f (diff) | |
download | qtquickcontrols-31d3d8d65ddecb1b9b96dc034fd858fdb80e498d.tar.gz |
Doc: Remove repository name from examplesinstallpath
Examples in binary packages now directly match the install path.
Change-Id: Icd9ae9ef887b99b96177ec7b590fc3f35da18c82
Task-number: QTBUG-52953
Reviewed-by: Antti Kokko <antti.kokko@qt.io>
Diffstat (limited to 'src/extras')
-rw-r--r-- | src/extras/doc/qtquickextras.qdocconf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extras/doc/qtquickextras.qdocconf b/src/extras/doc/qtquickextras.qdocconf index f854b89e..5c4dc472 100644 --- a/src/extras/doc/qtquickextras.qdocconf +++ b/src/extras/doc/qtquickextras.qdocconf @@ -30,7 +30,7 @@ qhp.QtQuickExtras.subprojects.qtquickextrasexamples.sortPages = true depends = qtqml qtquick qtdoc qtquickcontrols qtgui exampledirs += ../../../examples/quickcontrols/extras -examplesinstallpath = qtquickcontrols/quickcontrols/extras +examplesinstallpath = quickcontrols/extras headerdirs += ../ |