diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-09-09 19:11:18 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-09-09 19:11:18 +0200 |
commit | 5d642d53d11b3a5498748237566166be3d68746a (patch) | |
tree | 47c3bb3e4bbe5605501e4e4df57141cd60f513fd /src | |
parent | 7776aa97fc1c69a8f28ba4bab7387fb96be9a6e4 (diff) |
Fix rc path.
Diffstat (limited to 'src')
-rw-r--r-- | src/dgedit.qrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dgedit.qrc b/src/dgedit.qrc index d71c0a0..ccaaae3 100644 --- a/src/dgedit.qrc +++ b/src/dgedit.qrc @@ -1,7 +1,7 @@ <!DOCTYPE RCC> <RCC version="1.0"> <qresource> - <file>icons/master.png</file> - <file>icons/file.png</file> + <file>../icons/master.png</file> + <file>../icons/file.png</file> </qresource> </RCC> |