diff options
| author | Joerg Bornemann <joerg.bornemann@qt.io> | 2023-04-14 15:23:05 +0200 |
|---|---|---|
| committer | Joerg Bornemann <joerg.bornemann@qt.io> | 2023-04-18 09:29:33 +0200 |
| commit | 24fe86ebe77e2cc6e93487a3c78bc5c22544ee79 (patch) | |
| tree | c0fbf631b01c6e26e3126e0b9c93e0923852270f /examples/opengl/cube/mainwidget.cpp | |
| parent | ffdfafc4b47b8267395370199073c292da33dd42 (diff) | |
CMake: Store unsanitized plugin type names in module .json files
The module information .json gained a "plugin_types" key in 6.5.0.
Unfortunately, this contained the "sanitized" version of plugin types,
meaning dashes converted to underscores. For plugin types that contain
dashes, e.g. wayland-decoration-client, the file contained
wayland_decoration_client, which doesn't match its plugin directory
name.
Since "unsanitizing" plugin names is hard and "sanitizing" is easy, we
now store the unsanitized plugin names and burden the consumer of the
module .json files with the sanitation task.
[ChangeLog][CMake] The module information JSON files now contain the
unsanitized plugin types of a module, e.g. wayland-decoration-client
instead of wayland_decoration_client. Consumers of the module
information file must sanitize plugin types themselves if necessary.
Pick-to: 6.5
Fixes: QTBUG-112872
Change-Id: I09cc9406b360779087086707abee3d5219a24452
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'examples/opengl/cube/mainwidget.cpp')
0 files changed, 0 insertions, 0 deletions
