Files
thehub/pos/qml.qrc
T
TomZ 7a026acee2 Finish up first phase.
Handle incoming payments, show if under/overpaid and
make sure everything is properly inserted into the database.

This makes the process actually work and useful for a small business
2018-03-27 22:24:23 +02:00

13 lines
413 B
Plaintext

<RCC>
<qresource prefix="/">
<file>qml/mainwindow.qml</file>
<file>qml/numpad1/NumberButton.qml</file>
<file>qml/numpad1/Numpad.qml</file>
<file>qml/NavigationButton.qml</file>
<file>images/bitcoincash32.png</file>
<file>images/bitcoincash64.png</file>
<file>qml/ShowQR.qml</file>
<file>qml/InputPaymentScreen.qml</file>
</qresource>
</RCC>