Fully scope the qrc resource files

So they don't clash when KDDW is a static library
This commit is contained in:
Sergio Martins
2020-11-17 11:22:47 +00:00
parent 793c4e509b
commit 50d1e75709
9 changed files with 11 additions and 10 deletions

View File

@@ -0,0 +1,13 @@
<RCC>
<qresource prefix="/kddockwidgets/">
<file>private/quick/qml/DockWidget.qml</file>
<file>private/quick/qml/DropArea.qml</file>
<file>private/quick/qml/FloatingWindow.qml</file>
<file>private/quick/qml/Frame.qml</file>
<file>private/quick/qml/TitleBarBase.qml</file>
<file>private/quick/qml/TitleBar.qml</file>
<file>private/quick/qml/TitleBarButton.qml</file>
<file>private/quick/qml/ClassicIndicatorsOverlay.qml</file>
<file>private/quick/qml/ClassicIndicator.qml</file>
</qresource>
</RCC>