RadioTuner/qml.qrc
Brandon Rozek 86b0d07829 Basic Implementation of Radio Server/Client
Client written in QT and communicates to SDR server over TCP sockets.

Currently getting and setting frequencies is supported
2019-05-14 23:09:55 -04:00

5 lines
87 B
Text

<RCC>
<qresource prefix="/">
<file>main.qml</file>
</qresource>
</RCC>