Commit 7f15a37d authored by Oswald Buddenhagen's avatar Oswald Buddenhagen Committed by Oswald Buddenhagen
Browse files

follow qmake doc move


Change-Id: I8e71a3edd05d9d3c7b7736cd08460acfd8c64f9c
Reviewed-by: default avatarOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
parent 9c191a50
No related merge requests found
Showing with 5 additions and 0 deletions
...@@ -40,6 +40,7 @@ my @mappings = ( ...@@ -40,6 +40,7 @@ my @mappings = (
[ 'doc/src/development//[^/]+$', 'doc/src//[^/]+$' ] [ 'doc/src/development//[^/]+$', 'doc/src//[^/]+$' ]
] ], ] ],
[ [ "qt", "qt5/qtbase" ], [ [ [ "qt", "qt5/qtbase" ], [
[ 'doc/src/development', 'qmake/doc/src' ],
] ], ] ],
[ [ "qt", "qt5/qtdeclarative" ], [ [ [ "qt", "qt5/qtdeclarative" ], [
[ 'tools/qml', 'tools/qmlviewer' ] [ 'tools/qml', 'tools/qmlviewer' ]
...@@ -75,6 +76,10 @@ my @mappings = ( ...@@ -75,6 +76,10 @@ my @mappings = (
], 1 ], ], 1 ],
[ [ "qt5/qtbase", "qt5/qttools" ], [ [ [ "qt5/qtbase", "qt5/qttools" ], [
[ 'qmake/library', 'src/linguist/shared' ], [ 'qmake/library', 'src/linguist/shared' ],
], 1 ],
[ [ "qt5/qtbase", "qt5/qtdoc" ], [
[ 'qmake/doc/src/snippets', 'doc/src/snippets' ],
[ 'qmake/doc/src', 'doc/src/development' ],
], 1 ] ], 1 ]
); );
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment