We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ac0f83 commit 3569ac3Copy full SHA for 3569ac3
GuiApp/GuiApp.pro
@@ -3,10 +3,11 @@ include(../defaults.pri)
3
QT += core gui opengl widgets
4
DEFINES += _DEPTHMAP
5
TEMPLATE = app
6
-TARGET =depthmapX
7
-
+TARGET = depthmapX
+ICON = icons/depthmapX.icns
8
SOURCES = main.cpp
9
10
+win32:RC_ICONS += icons/depthmapX.ico
11
12
win32:Release:LIBS += -L../depthmapX/release -L../genlib/release -L../salalib/release
13
win32:Debug:LIBS += -L../depthmapX/debug -L../genlib/debug -L../salalib/debug
GuiApp/icons/depthmapX.icns
108 KB
GuiApp/icons/depthmapX.ico
297 KB
0 commit comments