f57d59e605
To have the code bits reusable, they are defined as cmake variables. In order to make the relative paths work and avoid touching every line from the QRC, the resulting file is put into the source dir.
18 lines
701 B
Text
18 lines
701 B
Text
<!DOCTYPE RCC><RCC version="1.0">
|
|
<qresource>
|
|
<file alias="qml/main.qml">@CMAKE_CURRENT_BINARY_DIR@/qml/main.qml</file>
|
|
<file>qml/mpris.qml</file>
|
|
<file>qml/mousepad.qml</file>
|
|
<file>qml/presentationRemote.qml</file>
|
|
|
|
<file>qml/PluginItem.qml</file>
|
|
<file alias="qml/DevicePage.qml">@CMAKE_CURRENT_BINARY_DIR@/qml/DevicePage.qml</file>
|
|
<file alias="qml/FindDevicesPage.qml">@CMAKE_CURRENT_BINARY_DIR@/qml/FindDevicesPage.qml</file>
|
|
<file>qml/runcommand.qml</file>
|
|
<file>qml/volume.qml</file>
|
|
<file>qml/MprisSlider.qml</file>
|
|
<file>qml/PluginSettings.qml</file>
|
|
<file>qml/PluginInfoPage.qml</file>
|
|
<file>qml/Settings.qml</file>
|
|
</qresource>
|
|
</RCC>
|