mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-09 00:02:21 +02:00
Add a QML document referencing the QML multimedia types to force inclusion in the build
This commit is contained in:
parent
e3ae2baa7b
commit
6f364de062
1 changed files with 12 additions and 0 deletions
12
interface/resources/qml/ForceLoad.qml
Normal file
12
interface/resources/qml/ForceLoad.qml
Normal file
|
@ -0,0 +1,12 @@
|
|||
import QtQuick 2.0
|
||||
import QtMultimedia 5.5
|
||||
|
||||
Item {
|
||||
Audio {
|
||||
id: audio
|
||||
autoLoad: true
|
||||
autoPlay: true
|
||||
loops: Audio.Infinite
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in a new issue