diff options
| author | Fabian Kosmale <fabian.kosmale@qt.io> | 2025-03-14 14:58:52 +0100 |
|---|---|---|
| committer | Fabian Kosmale <fabian.kosmale@qt.io> | 2025-04-01 20:05:11 +0100 |
| commit | baf16a7ef69e4fdba75bd47e4ccb2ae7e8759eb8 (patch) | |
| tree | 4dd87f20291a907f1ffa5f2acb4b0afae05dee34 | |
| parent | 2c35772646eb840b8ffceb2812725a2f03d554e8 (diff) | |
QQuickVectorImage: Do not mark the plugin as mandatory
The QML module does nothing fancy in its plugin, so there's no reason to
claim that the plugin is mandatory.
Pick-to: 6.9
Change-Id: I850c6d74c2c5254df748897cb2987df8a5fccfce
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
| -rw-r--r-- | src/quickvectorimage/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/quickvectorimage/CMakeLists.txt b/src/quickvectorimage/CMakeLists.txt index b0921cdc63..2aa85ce926 100644 --- a/src/quickvectorimage/CMakeLists.txt +++ b/src/quickvectorimage/CMakeLists.txt @@ -26,7 +26,6 @@ qt_internal_add_qml_module(QuickVectorImage URI "QtQuick.VectorImage" VERSION "${PROJECT_VERSION}" PLUGIN_TARGET qquickvectorimageplugin - NO_PLUGIN_OPTIONAL CLASS_NAME QtQuickVectorImagePlugin SOURCES qquickvectorimage_p.h qquickvectorimage.cpp |
