Skip to content

Commit 9bff037

Browse files
authored
Merge pull request #7 from orange-vertex/app_icons
Provide icons for the windows and osx apps
2 parents 1ac0f83 + 3569ac3 commit 9bff037

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

GuiApp/GuiApp.pro

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ include(../defaults.pri)
33
QT += core gui opengl widgets
44
DEFINES += _DEPTHMAP
55
TEMPLATE = app
6-
TARGET =depthmapX
7-
6+
TARGET = depthmapX
7+
ICON = icons/depthmapX.icns
88
SOURCES = main.cpp
99

10+
win32:RC_ICONS += icons/depthmapX.ico
1011

1112
win32:Release:LIBS += -L../depthmapX/release -L../genlib/release -L../salalib/release
1213
win32:Debug:LIBS += -L../depthmapX/debug -L../genlib/debug -L../salalib/debug

GuiApp/icons/depthmapX.icns

108 KB
Binary file not shown.

GuiApp/icons/depthmapX.ico

297 KB
Binary file not shown.

0 commit comments

Comments
 (0)