diff options
author | Stéphane Lenclud <github@lenclud.com> | 2019-03-27 21:18:39 +0100 |
---|---|---|
committer | Stéphane Lenclud <github@lenclud.com> | 2019-04-24 18:46:12 +0200 |
commit | b0e22e955d566b2a981cb43ae477f2646c0c978d (patch) | |
tree | c895caf17f673ae8c45ce9984400bbb0e712ec0c /tracker-points/tracker_pt_base.qrc | |
parent | 4017bc6534c1c52ad950589d758a3ff30d78f280 (diff) |
Create Points Tracker based on original Point Tracker.
Diffstat (limited to 'tracker-points/tracker_pt_base.qrc')
-rw-r--r-- | tracker-points/tracker_pt_base.qrc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tracker-points/tracker_pt_base.qrc b/tracker-points/tracker_pt_base.qrc new file mode 100644 index 00000000..8c270540 --- /dev/null +++ b/tracker-points/tracker_pt_base.qrc @@ -0,0 +1,8 @@ +<RCC> + <qresource prefix="/"> + <file>Resources/cap_front.png</file> + <file>Resources/cap_side.png</file> + <file>Resources/clip_front.png</file> + <file>Resources/clip_side.png</file> + </qresource> +</RCC> |