This repository was archived by the owner on Apr 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathqml.qrc
More file actions
28 lines (28 loc) · 1.25 KB
/
Copy pathqml.qrc
File metadata and controls
28 lines (28 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<RCC>
<qresource prefix="/">
<file>src/qml/main.qml</file>
<file alias="qtquickcontrols2.conf">src/qml/qtquickcontrols2.conf</file>
<file>src/qml/CaptureInvoiceSheet.qml</file>
<file>src/qml/PayInvoiceSheet.qml</file>
<file>src/qml/OnchainAddressSheet.qml</file>
<file>src/qml/QRCode.qml</file>
<file alias="src/qml/qqr.js">3rdparty/qqr.js/qqr.js</file>
<file>src/qml/ConnectToPeerSheet.qml</file>
<file>src/qml/FundChannelSheet.qml</file>
<file>src/qml/SendInvoiceSheet.qml</file>
<file>src/qml/ShareInvoiceSheet.qml</file>
<file>src/qml/OnchainWithdrawSheet.qml</file>
<file>src/qml/BalanceItem.qml</file>
<file>src/qml/ExchangeRate.qml</file>
<file>src/qml/qmldir</file>
<file>src/qml/QRScannerViewfinder.qml</file>
<file>src/qml/GenericListDelegate.qml</file>
<file>src/qml/MsatoshiAmountItem.qml</file>
<file>src/qml/AmountTextField.qml</file>
<file>src/qml/OverlaySheetHeader.qml</file>
<file>src/qml/NetworkSheet.qml</file>
<file>src/qml/SettingsSheet.qml</file>
<file>src/qml/PointOfSaleLayer.qml</file>
<file>src/qml/PointOfSaleTotalAmount.qml</file>
</qresource>
</RCC>