mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2024-11-13 23:17:09 +00:00
d14cfb577b
* Add command line parameters. Fixes #30 * Fixed compile errors * Fixed code review findings * Fixed code review findings, take 2
15 lines
525 B
Text
15 lines
525 B
Text
<RCC>
|
|
<qresource prefix="/">
|
|
<file>gui/main.qml</file>
|
|
<file>gui/PcView.qml</file>
|
|
<file>gui/AppView.qml</file>
|
|
<file>gui/SettingsView.qml</file>
|
|
<file>gui/StreamSegue.qml</file>
|
|
<file>gui/GamepadMapper.qml</file>
|
|
<file>gui/QuitSegue.qml</file>
|
|
<file>gui/NavigableToolButton.qml</file>
|
|
<file>gui/NavigableItemDelegate.qml</file>
|
|
<file>gui/NavigableMenuItem.qml</file>
|
|
<file>gui/CliStartStreamSegue.qml</file>
|
|
</qresource>
|
|
</RCC>
|