qdoc: Add *.webp as an default image suffix
qdoc does ignore image directories if no file with 'known' suffix is found. [ChangeLog][qdoc] *.webp has been added to the list of default image suffixes. Change-Id: I49524ea13d14dd7e246401dec7deb2ba4e66cb07 Reviewed-by: Topi Reiniö <topi.reinio@qt.io> (cherry picked from commit bb2ff8a69f8bec057c944610f8c4c97009e27ed1) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
359ebe5720
commit
f594bc5afe
@ -3,7 +3,7 @@ outputencoding = UTF-8
|
|||||||
sourceencoding = UTF-8
|
sourceencoding = UTF-8
|
||||||
|
|
||||||
examples.fileextensions = "*.cpp *.h *.js *.xq *.svg *.xml *.ui *.qhp *.qhcp *.qml *.css *.glsl"
|
examples.fileextensions = "*.cpp *.h *.js *.xq *.svg *.xml *.ui *.qhp *.qhcp *.qml *.css *.glsl"
|
||||||
examples.imageextensions = "*.png *.jpg *.gif"
|
examples.imageextensions = "*.png *.jpg *.gif *.webp"
|
||||||
|
|
||||||
headers.fileextensions = "*.ch *.h *.h++ *.hh *.hpp *.hxx"
|
headers.fileextensions = "*.ch *.h *.h++ *.hh *.hpp *.hxx"
|
||||||
sources.fileextensions = "*.c++ *.cc *.cpp *.cxx *.mm *.qml *.qdoc"
|
sources.fileextensions = "*.c++ *.cc *.cpp *.cxx *.mm *.qml *.qdoc"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user