diff --git a/GuiApp/GuiApp.pro b/GuiApp/GuiApp.pro index 1ac283f4..ff7ad2ac 100644 --- a/GuiApp/GuiApp.pro +++ b/GuiApp/GuiApp.pro @@ -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 diff --git a/GuiApp/icons/depthmapX.icns b/GuiApp/icons/depthmapX.icns new file mode 100644 index 00000000..1c52d99c Binary files /dev/null and b/GuiApp/icons/depthmapX.icns differ diff --git a/GuiApp/icons/depthmapX.ico b/GuiApp/icons/depthmapX.ico new file mode 100644 index 00000000..c9344617 Binary files /dev/null and b/GuiApp/icons/depthmapX.ico differ