Doc: Fix qt_attribution.json files using Path for files
Since qttools commit 39fdcb8e7a, qtattributionsscanner fails if 'Path' is not a directory. Use the 'Files' attribute instead. Pick-to: 6.4 6.5 Fixes: QTBUG-110002 Change-Id: I65fecdcb852ce9abea55f168cd939804bae9ae80 Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
This commit is contained in:
parent
377a9f7768
commit
2c78c5d456
@ -3,7 +3,7 @@
|
||||
"Name": "QEventDispatcher on macOS",
|
||||
"QDocModule": "qtcore",
|
||||
"QtUsage": "Used in Qt Core on macOS.",
|
||||
"Path": "qeventdispatcher_cf_p.h",
|
||||
"Files": "qeventdispatcher_cf_p.h",
|
||||
|
||||
"Description": "Treat as final version; no upstream known",
|
||||
"Description": "Implementation of QAbstractEventDispatcher for macOS.",
|
||||
|
@ -5,7 +5,7 @@
|
||||
"QDocModule": "qtgui",
|
||||
"Description": "OpenGL header generated from the Khronos OpenGL / OpenGL ES XML API Registry.",
|
||||
"QtUsage": "Used on Windows and Linux in the OpenGL related headers of Qt GUI.",
|
||||
"Path": "qopenglext.h",
|
||||
"Files": "qopenglext.h",
|
||||
|
||||
"Homepage": "https://www.khronos.org/",
|
||||
"Version": "Revision 27684",
|
||||
@ -20,7 +20,7 @@
|
||||
"QDocModule": "qtgui",
|
||||
"Description": "OpenGL ES 2 header generated from the Khronos OpenGL / OpenGL ES XML API Registry.",
|
||||
"QtUsage": "Used on Windows and Linux in the OpenGL related headers of Qt GUI.",
|
||||
"Path": "qopengles2ext.h",
|
||||
"Files": "qopengles2ext.h",
|
||||
|
||||
"Homepage": "https://www.khronos.org/",
|
||||
"Version": "Revision 27673",
|
||||
|
@ -4,7 +4,7 @@
|
||||
"Name": "Anti-aliasing rasterizer from FreeType 2",
|
||||
"QDocModule": "qtgui",
|
||||
"QtUsage": "Used in Qt GUI.",
|
||||
"Path": "qgrayraster.c",
|
||||
"Files": "qgrayraster.c",
|
||||
|
||||
"Description": "FreeType is a freely available software library to render fonts.",
|
||||
"Homepage": "http://www.freetype.org",
|
||||
|
@ -5,7 +5,7 @@
|
||||
"QDocModule": "qtgui",
|
||||
"Description": "Provides standardized names for glyphs.",
|
||||
"QtUsage": "Used by PDF generator to make it easier for reader applications to resolve the original contents of rendered text.",
|
||||
"Path": "qfontsubset_agl.cpp",
|
||||
"Files": "qfontsubset_agl.cpp",
|
||||
|
||||
"Homepage": "https://github.com/adobe-type-tools/agl-aglfn",
|
||||
"Version": "1.7",
|
||||
|
@ -5,7 +5,7 @@
|
||||
"QDocModule": "qtgui",
|
||||
"Description": "Vulkan XML API Registry.",
|
||||
"QtUsage": "Used to dynamically generate the sources for the QVulkan(Device)Functions classes.",
|
||||
"Path": "vk.xml",
|
||||
"Files": "vk.xml",
|
||||
|
||||
"Homepage": "https://www.khronos.org/",
|
||||
"Version": "1.3.223",
|
||||
|
Loading…
Reference in New Issue
Block a user