1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-15 06:52:34 +02:00
ScreenPlay/ScreenPlayWallpaper/SPWResources.qrc
Elias Steurer 0a27b61885 Some refactoring of the wallpaper. Split video/webview into seperate qml file.
Add sanity check for current time.
Change animation from OpacityAnimation to states. This is a behavior change in Qt 5.14 resulting in not starting the animation when no mouse enter was detected at all.
2019-11-23 17:22:24 +01:00

10 lines
228 B
Plaintext

<RCC>
<qresource prefix="/">
<file>mainWindow.qml</file>
<file>test.qml</file>
<file>dot.png</file>
<file>qtquickcontrols2.conf</file>
<file>WebView.qml</file>
</qresource>
</RCC>