diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-05-24 12:30:29 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-05-24 12:30:29 -0700 |
commit | 884e1c337981ba98a3a29c398cf1ab847009e954 (patch) | |
tree | ea929479280a3c712ca61acab1389272263c1130 /subsurface.qrc | |
parent | 5926f9d4dfefba022dd2e436d9b8f4b0e38da345 (diff) | |
parent | efb7f109e89c3d8c093c238fb7671c7ab2475f25 (diff) | |
download | subsurface-884e1c337981ba98a3a29c398cf1ab847009e954.tar.gz |
Merge branch 'prefsDialog' of https://github.com/tcanabrava/subsurface
Diffstat (limited to 'subsurface.qrc')
-rw-r--r-- | subsurface.qrc | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/subsurface.qrc b/subsurface.qrc index 887390583..fa514cb94 100644 --- a/subsurface.qrc +++ b/subsurface.qrc @@ -1,8 +1,11 @@ <!DOCTYPE RCC><RCC version="1.0"> <qresource> - <file alias="star">star.svg</file> - <file alias="subsurface-icon">subsurface-icon.png</file> - <file alias="plus">plus.png</file> - <file alias="trash">trash.png</file> + <file alias="star">icons/star.svg</file> + <file alias="subsurface-icon">icons/subsurface-icon.png</file> + <file alias="plus">icons/plus.png</file> + <file alias="trash">icons/trash.png</file> + <file alias="units">icons/units.png</file> + <file alias="advanced">icons/advanced.png</file> + <file alias="graph">icons/graph.png</file> </qresource> </RCC> |