mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2024-12-13 12:52:27 +00:00
b630c07653
* Add preferences view skeleton * Add toolbar & help button * Add working back button * Title of page in toolbar * Remove unused imports * Make comments better! * Remove unused drawer element * Remove superfluous > 1 check * Use point size font instead of pixel size * Add AppView page title
11 lines
355 B
Text
11 lines
355 B
Text
<RCC>
|
|
<qresource prefix="/">
|
|
<file>gui/main.qml</file>
|
|
<file>gui/qtquickcontrols2.conf</file>
|
|
<file>gui/PcView.qml</file>
|
|
<file>gui/ic_tv_white_48px.svg</file>
|
|
<file>gui/ic_add_to_queue_white_48px.svg</file>
|
|
<file>gui/AppView.qml</file>
|
|
<file>gui/SettingsView.qml</file>
|
|
</qresource>
|
|
</RCC>
|