qtdoc/examples/demos/lightningviewer/LightningViewer
Alexandru Croitor 4fc0afc2b4 CMake: Alternative fix of deployment for lightningviewer example
qmlimportscanner is used to scan the qml files, to decide which
plugins and libraries to deploy. Because none of the qml files
explicitly reference the LightningViewer or LightningViewerStyle
imports, it never deploys the qml modules, nor their dependencies.

This change adds a Deployment.qml file to the sources, which is not
actually used at runtime, but because qmlimportscanner sees it, due to
scanning the whole project directory, it will deploy the necessary
files.

Pick-to: 6.7 6.8
Fixes: QTBUG-127835
Task-number: QTBUG-128225
Change-Id: Ic5185d723d3a1f65427af1ee7799fa49ea414cfd
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Reviewed-by: MohammadHossein Qanbari <mohammad.qanbari@qt.io>
2024-08-20 13:28:51 +00:00
..
icons Lightning Viewer Example: Use QML Module and Restructure Project Files 2024-01-26 14:21:19 +01:00
ActionsLayer.qml Lightning Viewer Example: Use QML Module and Restructure Project Files 2024-01-26 14:21:19 +01:00
CMakeLists.txt CMake: Add deployment API to our examples 2024-05-13 09:44:04 +02:00
Deployment.qml CMake: Alternative fix of deployment for lightningviewer example 2024-08-20 13:28:51 +00:00
DistanceTimeLayer.qml Lightning Viewer Example: Use QML Module and Restructure Project Files 2024-01-26 14:21:19 +01:00
LightningMapLayer.qml Lightning Viewer Example: Use QML Module and Restructure Project Files 2024-01-26 14:21:19 +01:00
LightningView.qml Lightning Viewer Example: Support LocationPermission 2024-02-01 14:15:21 +01:00
LightningViewConfig.qml Lightning Viewer Example: Use QML Module and Restructure Project Files 2024-01-26 14:21:19 +01:00
Main.qml Lightning Viewer Example: Use QML Module and Restructure Project Files 2024-01-26 14:21:19 +01:00
MapLayersDrawer.qml LightningViewer Example: add 'import QtQuick.Control.impl' 2024-05-14 08:57:46 +00:00
MapLayersItem.qml Lightning Viewer Example: Use QML Module and Restructure Project Files 2024-01-26 14:21:19 +01:00
MapType.qml Lightning Viewer Example: Use QML Module and Restructure Project Files 2024-01-26 14:21:19 +01:00
MapView.qml Lightning Viewer Example: Support LocationPermission 2024-02-01 14:15:21 +01:00
SwitchMap.qml Lightning Viewer Example: Use QML Module and Restructure Project Files 2024-01-26 14:21:19 +01:00
controller.cpp Lightning Viewer Example: Support LocationPermission 2024-02-01 14:15:21 +01:00
controller.h Lightning Viewer Example: Support LocationPermission 2024-02-01 14:15:21 +01:00
laststrikeinfo.h Lightning Viewer Example: Use QML Module and Restructure Project Files 2024-01-26 14:21:19 +01:00
lightningitemdata.cpp Lightning Viewer Example: Use QML Module and Restructure Project Files 2024-01-26 14:21:19 +01:00
lightningitemdata.h Lightning Viewer Example: Use QML Module and Restructure Project Files 2024-01-26 14:21:19 +01:00
lightningitemmodel.cpp Lightning Viewer Example: Use QML Module and Restructure Project Files 2024-01-26 14:21:19 +01:00
lightningitemmodel.h Lightning Viewer Example: Use QML Module and Restructure Project Files 2024-01-26 14:21:19 +01:00
lightningprovider.cpp Lightning Viewer Example: Use QML Module and Restructure Project Files 2024-01-26 14:21:19 +01:00
lightningprovider.h Lightning Viewer Example: Use QML Module and Restructure Project Files 2024-01-26 14:21:19 +01:00