diff --git a/YACReaderLibrary/YACReaderLibrary.pro b/YACReaderLibrary/YACReaderLibrary.pro index 3cf57ec8..c3e5d135 100644 --- a/YACReaderLibrary/YACReaderLibrary.pro +++ b/YACReaderLibrary/YACReaderLibrary.pro @@ -122,6 +122,9 @@ include(./server/server.pri) include(../custom_widgets/custom_widgets.pri) RESOURCES += images.qrc files.qrc +win32:RESOURCES += images_win.qrc +linux:RESOURCES += images_win.qrc +mac:RESOURCE += images_osx.qrc RC_FILE = icon.rc macx { diff --git a/YACReaderLibrary/images.qrc b/YACReaderLibrary/images.qrc index 6f18cfe7..35dd90d5 100644 --- a/YACReaderLibrary/images.qrc +++ b/YACReaderLibrary/images.qrc @@ -9,9 +9,6 @@ ../images/openLibrary.png ../images/removeLibrary.png ../images/updateLibrary.png - ../images/setRoot.png - ../images/expand.png - ../images/colapse.png ../images/comicFolder.png ../images/notCover.png ../images/edit.png @@ -108,7 +105,5 @@ ../images/branch-closed.png ../images/expanded_branch_selected.png ../images/collapsed_branch_selected.png - ../images/newLibraryIcon.png - ../images/openLibraryIcon.png diff --git a/YACReaderLibrary/images_osx.qrc b/YACReaderLibrary/images_osx.qrc new file mode 100644 index 00000000..349755f5 --- /dev/null +++ b/YACReaderLibrary/images_osx.qrc @@ -0,0 +1,9 @@ + + + ../images/setRoot_osx.png + ../images/expand_osx.png + ../images/colapse_osx.png + ../images/newLibraryIcon_osx.png + ../images/openLibraryIcon_osx.png + + diff --git a/YACReaderLibrary/images_win.qrc b/YACReaderLibrary/images_win.qrc new file mode 100644 index 00000000..53886ce1 --- /dev/null +++ b/YACReaderLibrary/images_win.qrc @@ -0,0 +1,9 @@ + + + ../images/setRoot.png + ../images/expand.png + ../images/colapse.png + ../images/newLibraryIcon.png + ../images/openLibraryIcon.png + + diff --git a/images/colapse_osx.png b/images/colapse_osx.png new file mode 100644 index 00000000..001a153d Binary files /dev/null and b/images/colapse_osx.png differ diff --git a/images/expand_osx.png b/images/expand_osx.png new file mode 100644 index 00000000..659b25ca Binary files /dev/null and b/images/expand_osx.png differ diff --git a/images/newLibraryIcon_osx.png b/images/newLibraryIcon_osx.png new file mode 100644 index 00000000..07473c33 Binary files /dev/null and b/images/newLibraryIcon_osx.png differ diff --git a/images/openLibraryIcon_osx.png b/images/openLibraryIcon_osx.png new file mode 100644 index 00000000..18f0154c Binary files /dev/null and b/images/openLibraryIcon_osx.png differ diff --git a/images/setRoot_osx.png b/images/setRoot_osx.png new file mode 100644 index 00000000..2b670ba0 Binary files /dev/null and b/images/setRoot_osx.png differ