fixes in file names

This commit is contained in:
Volker Fischer 2013-03-24 11:13:01 +00:00
parent aa60e7244c
commit dc709dca3a

View file

@ -40,7 +40,7 @@ win32 {
} else:macx { } else:macx {
HEADERS += mac/sound.h HEADERS += mac/sound.h
SOURCES += mac/sound.cpp SOURCES += mac/sound.cpp
RC_FILE = mac/llcon.icns RC_FILE = mac/mainicon.icns
LIBS += -framework CoreFoundation \ LIBS += -framework CoreFoundation \
-framework CoreServices \ -framework CoreServices \
@ -65,10 +65,10 @@ win32 {
# Linux is our source distribution, include sources from other OSs # Linux is our source distribution, include sources from other OSs
DISTFILES += mac/sound.h \ DISTFILES += mac/sound.h \
mac/sound.cpp \ mac/sound.cpp \
mac/llcon.icns \ mac/mainicon.icns \
windows/sound.h \ windows/sound.h \
windows/sound.cpp \ windows/sound.cpp \
windows/llcon.rc \ windows/mainicon.rc \
windows/mainicon.ico windows/mainicon.ico
} }