fix icon on macos
This commit is contained in:
parent
8b843855f0
commit
a5ff02c4c9
2 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
|||
TARGET = porymap
|
||||
TEMPLATE = app
|
||||
RC_ICONS = resources/icons/porymap-icon-1.ico
|
||||
ICON = resources/icons/porymap-icon-1.ico
|
||||
ICON = resources/icons/porymap.icns
|
||||
QMAKE_CXXFLAGS += -std=c++11
|
||||
|
||||
SOURCES += src/core/block.cpp \
|
||||
|
|
BIN
resources/icons/porymap.icns
Normal file
BIN
resources/icons/porymap.icns
Normal file
Binary file not shown.
Loading…
Reference in a new issue