Skip to content

Commit

Permalink
Completed mac logos - key was to delete build and rebuild from scratc…
Browse files Browse the repository at this point in the history
…h. Mac's finder is lazy and doesn't automatically pick up the new logo
  • Loading branch information
RussellGarwood committed Feb 12, 2020
1 parent 1d71a85 commit a819917
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions SPIERSedit/SPIERSedit.pro
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ MOC_DIR += build

OBJECTS_DIR += build

#Mac icon
ICON = resources/SPIERSeditIcon.icns

FORMS += ui/import.ui \
ui/mainwindow.ui \
ui/Copying.ui \
Expand Down
4 changes: 4 additions & 0 deletions SPIERSview/SPIERSview.pro
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,10 @@ macx {
#DEPENDPATH += $$PWD/../../../../SPIERS/VTK-8.2.0/build
#I have left this in case an alternative is ever required


#Mac icon
ICON = resources/SPIERSviewIcon.icns

}

SOURCES += src/main.cpp \
Expand Down

0 comments on commit a819917

Please sign in to comment.