added mac icon
This commit is contained in:
parent
106cec35d9
commit
425424b4ad
2 changed files with 11 additions and 10 deletions
21
llcon.pro
21
llcon.pro
|
@ -11,16 +11,17 @@ INCLUDEPATH += src \
|
|||
DEFINES += USE_ALLOCA \
|
||||
_REENTRANT
|
||||
|
||||
macx {
|
||||
HEADERS += mac/sound.h
|
||||
SOURCES += mac/sound.cpp
|
||||
|
||||
LIBS += -framework CoreFoundation \
|
||||
-framework CoreServices \
|
||||
-framework CoreAudio \
|
||||
-framework AudioToolbox \
|
||||
-framework AudioUnit
|
||||
}
|
||||
macx {
|
||||
HEADERS += mac/sound.h
|
||||
SOURCES += mac/sound.cpp
|
||||
RC_FILE = mac/llcon.icns
|
||||
|
||||
LIBS += -framework CoreFoundation \
|
||||
-framework CoreServices \
|
||||
-framework CoreAudio \
|
||||
-framework AudioToolbox \
|
||||
-framework AudioUnit
|
||||
}
|
||||
|
||||
RCC_DIR = src/res
|
||||
RESOURCES += src/resources.qrc
|
||||
|
|
BIN
mac/llcon.icns
Normal file
BIN
mac/llcon.icns
Normal file
Binary file not shown.
Loading…
Reference in a new issue