mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 05:24:57 -04:00
a?adidos iconos especificos para osx
This commit is contained in:
@ -122,6 +122,9 @@ include(./server/server.pri)
|
|||||||
include(../custom_widgets/custom_widgets.pri)
|
include(../custom_widgets/custom_widgets.pri)
|
||||||
|
|
||||||
RESOURCES += images.qrc files.qrc
|
RESOURCES += images.qrc files.qrc
|
||||||
|
win32:RESOURCES += images_win.qrc
|
||||||
|
linux:RESOURCES += images_win.qrc
|
||||||
|
mac:RESOURCE += images_osx.qrc
|
||||||
RC_FILE = icon.rc
|
RC_FILE = icon.rc
|
||||||
|
|
||||||
macx {
|
macx {
|
||||||
|
@ -9,9 +9,6 @@
|
|||||||
<file>../images/openLibrary.png</file>
|
<file>../images/openLibrary.png</file>
|
||||||
<file>../images/removeLibrary.png</file>
|
<file>../images/removeLibrary.png</file>
|
||||||
<file>../images/updateLibrary.png</file>
|
<file>../images/updateLibrary.png</file>
|
||||||
<file>../images/setRoot.png</file>
|
|
||||||
<file>../images/expand.png</file>
|
|
||||||
<file>../images/colapse.png</file>
|
|
||||||
<file>../images/comicFolder.png</file>
|
<file>../images/comicFolder.png</file>
|
||||||
<file>../images/notCover.png</file>
|
<file>../images/notCover.png</file>
|
||||||
<file>../images/edit.png</file>
|
<file>../images/edit.png</file>
|
||||||
@ -108,7 +105,5 @@
|
|||||||
<file>../images/branch-closed.png</file>
|
<file>../images/branch-closed.png</file>
|
||||||
<file>../images/expanded_branch_selected.png</file>
|
<file>../images/expanded_branch_selected.png</file>
|
||||||
<file>../images/collapsed_branch_selected.png</file>
|
<file>../images/collapsed_branch_selected.png</file>
|
||||||
<file>../images/newLibraryIcon.png</file>
|
|
||||||
<file>../images/openLibraryIcon.png</file>
|
|
||||||
</qresource>
|
</qresource>
|
||||||
</RCC>
|
</RCC>
|
||||||
|
9
YACReaderLibrary/images_osx.qrc
Normal file
9
YACReaderLibrary/images_osx.qrc
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
<RCC>
|
||||||
|
<qresource prefix="/" >
|
||||||
|
<file alias="images/setRoot.png">../images/setRoot_osx.png</file>
|
||||||
|
<file alias="images/expand.png">../images/expand_osx.png</file>
|
||||||
|
<file alias="images/colapse.png">../images/colapse_osx.png</file>
|
||||||
|
<file alias="images/newLibraryIcon.png">../images/newLibraryIcon_osx.png</file>
|
||||||
|
<file alias="images/openLibraryIcon.png">../images/openLibraryIcon_osx.png</file>
|
||||||
|
</qresource>
|
||||||
|
</RCC>
|
9
YACReaderLibrary/images_win.qrc
Normal file
9
YACReaderLibrary/images_win.qrc
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
<RCC>
|
||||||
|
<qresource prefix="/" >
|
||||||
|
<file>../images/setRoot.png</file>
|
||||||
|
<file>../images/expand.png</file>
|
||||||
|
<file>../images/colapse.png</file>
|
||||||
|
<file>../images/newLibraryIcon.png</file>
|
||||||
|
<file>../images/openLibraryIcon.png</file>
|
||||||
|
</qresource>
|
||||||
|
</RCC>
|
BIN
images/colapse_osx.png
Normal file
BIN
images/colapse_osx.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 255 B |
BIN
images/expand_osx.png
Normal file
BIN
images/expand_osx.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 199 B |
BIN
images/newLibraryIcon_osx.png
Normal file
BIN
images/newLibraryIcon_osx.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 217 B |
BIN
images/openLibraryIcon_osx.png
Normal file
BIN
images/openLibraryIcon_osx.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 289 B |
BIN
images/setRoot_osx.png
Normal file
BIN
images/setRoot_osx.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 385 B |
Reference in New Issue
Block a user