Skip to content

Commit

Permalink
Merge pull request #7 from orange-vertex/app_icons
Browse files Browse the repository at this point in the history
Provide icons for the windows and osx apps
  • Loading branch information
blsemo authored Jun 30, 2017
2 parents 1ac0f83 + 3569ac3 commit 9bff037
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions GuiApp/GuiApp.pro
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ include(../defaults.pri)
QT += core gui opengl widgets
DEFINES += _DEPTHMAP
TEMPLATE = app
TARGET =depthmapX

TARGET = depthmapX
ICON = icons/depthmapX.icns
SOURCES = main.cpp

win32:RC_ICONS += icons/depthmapX.ico

win32:Release:LIBS += -L../depthmapX/release -L../genlib/release -L../salalib/release
win32:Debug:LIBS += -L../depthmapX/debug -L../genlib/debug -L../salalib/debug
Expand Down
Binary file added GuiApp/icons/depthmapX.icns
Binary file not shown.
Binary file added GuiApp/icons/depthmapX.ico
Binary file not shown.

0 comments on commit 9bff037

Please sign in to comment.