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. Pick-to: 6.5 Change-Id: I49524ea13d14dd7e246401dec7deb2ba4e66cb07 Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
This commit is contained in:
parent
71c2c03477
commit
bb2ff8a69f
@ -3,7 +3,7 @@ outputencoding = UTF-8
|
||||
sourceencoding = UTF-8
|
||||
|
||||
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"
|
||||
sources.fileextensions = "*.c++ *.cc *.cpp *.cxx *.mm *.qml *.qdoc"
|
||||
|
Loading…
Reference in New Issue
Block a user