Skip to content

Commit

Permalink
Add dummy Quick3D import to insure component bundled in Android APK
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Oct 21, 2024
1 parent 262aea4 commit 2a94473
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/qml/qgismobileapp.qml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,15 @@
* (at your option) any later version. *
* *
***************************************************************************/
import QtCore
import QtQuick
import QtQuick.Controls
import QtQuick.Controls.Material
import QtQuick.Effects
import QtQuick.Window
import QtQuick3D.Particles3D // Not used here but added so QML registers its dependencies for plugins to use
import QtQml
import QtSensors
import QtCore
import QtWebSockets // Not used here but added so QML registers its dependencies for plugins to use
import org.qgis
import org.qfield
Expand Down

0 comments on commit 2a94473

Please sign in to comment.