Skip to content

Commit

Permalink
fmk - adding icons
Browse files Browse the repository at this point in the history
  • Loading branch information
fmckenna committed Sep 29, 2018
1 parent 6b15336 commit c8e0617
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
Binary file added icons/NHERI-UQFEM-Icon.icns
Binary file not shown.
Binary file added icons/NHERI-UQFEM-Icon.ico
Binary file not shown.
9 changes: 9 additions & 0 deletions uqFEM.pro
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@ macos:LIBS += /usr/lib/libcurl.dylib
win32:INCLUDEPATH+=../libCurl-7.59.0/include
win32:LIBS += ../libCurl-7.59.0/lib/libcurl.lib


win32 {
RC_ICONS = icons/NHERI-UQFEM-Icon.ico
} else {
mac {
ICON = icons/NHERI-UQFEM-Icon.icns
}
}

include(../SimCenterCommon/RandomVariables/RandomVariables.pri)
include(../SimCenterCommon/Common/Common.pri)
include(./MiniZip/MiniZip.pri)
Expand Down

0 comments on commit c8e0617

Please sign in to comment.