Skip to content

Commit

Permalink
Rename resources
Browse files Browse the repository at this point in the history
  • Loading branch information
thorpelawrence committed Jun 3, 2017
1 parent b8740fe commit 4408391
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</property>
<property name="windowIcon">
<iconset resource="resources.qrc">
<normaloff>:/resources/pix.png</normaloff>:/resources/pix.png</iconset>
<normaloff>:/resources/pixsrt.png</normaloff>:/resources/pixsrt.png</iconset>
</property>
<widget class="QWidget" name="centralWidget">
<layout class="QVBoxLayout" name="verticalLayout">
Expand Down
4 changes: 2 additions & 2 deletions pixsrt.pro
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ DEFINES += TAG=\\\"$$TAG\\\"

VERSION = $$TAG

win32:RC_ICONS += "resources/pix.ico"
win32:RC_ICONS += "resources/pixsrt.ico"

# The following define makes your compiler emit warnings if you use
# any feature of Qt which as been marked as deprecated (the exact warnings
Expand Down Expand Up @@ -63,7 +63,7 @@ unix {

shortcutfiles.files = resources/pixsrt.desktop
shortcutfiles.path = $$PREFIX/share/applications/
data.files += resources/pix.png
data.files += resources/pixsrt.png
data.path = $$PREFIX/share/pixmaps

INSTALLS += shortcutfiles
Expand Down
2 changes: 1 addition & 1 deletion resources.qrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<RCC>
<qresource prefix="/">
<file>resources/pix.png</file>
<file>resources/pixsrt.png</file>
</qresource>
</RCC>

0 comments on commit 4408391

Please sign in to comment.