fixes in file names
This commit is contained in:
parent
aa60e7244c
commit
dc709dca3a
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue