mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-19 11:02:54 +00:00
* 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
12 lines
355 B
Plaintext
12 lines
355 B
Plaintext
<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>
|