1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-13 20:48:42 +01:00
LibrePilot/ground/openpilotgcs/src/plugins/opmap/opmap.qrc
stac 7195862d77 build: Move openpilotgcs into its own subdirectory
This will allow us to build a parent project for
qt-creator that sits above both openpilotgcs and
uavobjgenerator so that we can build both projects
at the same time.

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2528 ebee16cc-31ac-478f-84a7-5cbb03baadba
2011-01-22 17:40:26 +00:00

30 lines
1.1 KiB
Plaintext

<RCC>
<qresource prefix="/opmap">
<file>images/ok.png</file>
<file>images/uav.png</file>
<file>images/gcs.png</file>
<file>images/waypoint.png</file>
<file>images/right_but.png</file>
<file>images/left_but.png</file>
<file>images/next_waypoint.png</file>
<file>images/prev_waypoint.png</file>
<file>images/plus2.png</file>
<file>images/minus2.png</file>
<file>images/home.png</file>
<file>images/hold.png</file>
<file>images/go.png</file>
<file>images/combobox_down_arrow.png</file>
<file>images/waypoint_marker2.png</file>
<file>images/waypoint_marker1.png</file>
<file>images/uav_heading.png</file>
<file>images/uav_trail.png</file>
<file>images/uav_trail_clear.png</file>
<file>images/minus.png</file>
<file>images/plus.png</file>
<file>images/waypoint_marker3.png</file>
<file>images/home_wp.png</file>
<file>images/move_to_wp.png</file>
<file>images/center_wp.png</file>
</qresource>
</RCC>