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 \
|
DEFINES += USE_ALLOCA \
|
||||||
_REENTRANT
|
_REENTRANT
|
||||||
|
|
||||||
macx {
|
macx {
|
||||||
HEADERS += mac/sound.h
|
HEADERS += mac/sound.h
|
||||||
SOURCES += mac/sound.cpp
|
SOURCES += mac/sound.cpp
|
||||||
|
RC_FILE = mac/llcon.icns
|
||||||
LIBS += -framework CoreFoundation \
|
|
||||||
-framework CoreServices \
|
LIBS += -framework CoreFoundation \
|
||||||
-framework CoreAudio \
|
-framework CoreServices \
|
||||||
-framework AudioToolbox \
|
-framework CoreAudio \
|
||||||
-framework AudioUnit
|
-framework AudioToolbox \
|
||||||
}
|
-framework AudioUnit
|
||||||
|
}
|
||||||
|
|
||||||
RCC_DIR = src/res
|
RCC_DIR = src/res
|
||||||
RESOURCES += src/resources.qrc
|
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