1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-08-30 09:46:34 -04:00
sdrangel/plugins/feature/map/map.qrc
Jon Beniston d381568437 Map updates.
Add support for taken and predicted ground tracks.
Support multiple beacons with same callsign at different locations.
Use separate QML for Qt 5.14, as 5.12 doesn't support autoFadeIn, needed
to view satellites at min zoom.
2021-02-26 20:30:59 +00:00

8 lines
153 B
Plaintext

<RCC>
<qresource prefix="/map/">
<file>map/map.qml</file>
<file>map/map_5_12.qml</file>
<file>map/antenna.png</file>
</qresource>
</RCC>