diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-04-23 08:30:10 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-04-23 08:30:10 -0700 |
commit | d72f4e470a42b50ad70a33fd4c389c1318b45bf1 (patch) | |
tree | e307aed06594cfa0326a94c8ebab45f0d2c4ab9b | |
parent | 121740db2aa85430005a0774db831b599672fb04 (diff) | |
download | subsurface-d72f4e470a42b50ad70a33fd4c389c1318b45bf1.tar.gz |
Consolidate the two .qrc files
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | resources.qrc | 5 | ||||
-rw-r--r-- | subsurface.qrc | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/resources.qrc b/resources.qrc deleted file mode 100644 index e257bf8f5..000000000 --- a/resources.qrc +++ /dev/null @@ -1,5 +0,0 @@ - <!DOCTYPE RCC><RCC version="1.0"> - <qresource> - <file alias="star">star.svg</file> - </qresource> - </RCC> diff --git a/subsurface.qrc b/subsurface.qrc index 2496c8778..e257bf8f5 100644 --- a/subsurface.qrc +++ b/subsurface.qrc @@ -1 +1,5 @@ -<RCC/>
\ No newline at end of file + <!DOCTYPE RCC><RCC version="1.0"> + <qresource> + <file alias="star">star.svg</file> + </qresource> + </RCC> |