mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-27 11:05:44 +08:00
refs #129, some sounds to test, taken from http://www.soundjay.com/
Important: make install required to copy these sounds to target directory, the sounds are not in a resource file (not recommended)
This commit is contained in:
@@ -20,4 +20,11 @@ else: PRE_TARGETDEPS += ../../lib/libblackmisc.a
|
|||||||
HEADERS += *.h
|
HEADERS += *.h
|
||||||
SOURCES += *.cpp
|
SOURCES += *.cpp
|
||||||
DESTDIR = ../../lib
|
DESTDIR = ../../lib
|
||||||
OTHER_FILES +=
|
OTHER_FILES += ./sounds/*.wav sounds/readme.txt
|
||||||
|
RESOURCES +=
|
||||||
|
|
||||||
|
# requires install step
|
||||||
|
install_sounds.path = $$OUT_PWD/../../bin/sounds
|
||||||
|
install_sounds.files = sounds/*
|
||||||
|
INSTALLS += install_sounds
|
||||||
|
|
||||||
|
|||||||
BIN
src/blacksound/sounds/buttonclick.wav
Normal file
BIN
src/blacksound/sounds/buttonclick.wav
Normal file
Binary file not shown.
BIN
src/blacksound/sounds/buttonpush.wav
Normal file
BIN
src/blacksound/sounds/buttonpush.wav
Normal file
Binary file not shown.
BIN
src/blacksound/sounds/error.wav
Normal file
BIN
src/blacksound/sounds/error.wav
Normal file
Binary file not shown.
BIN
src/blacksound/sounds/frequencymessage.wav
Normal file
BIN
src/blacksound/sounds/frequencymessage.wav
Normal file
Binary file not shown.
BIN
src/blacksound/sounds/login.wav
Normal file
BIN
src/blacksound/sounds/login.wav
Normal file
Binary file not shown.
BIN
src/blacksound/sounds/logoff.wav
Normal file
BIN
src/blacksound/sounds/logoff.wav
Normal file
Binary file not shown.
BIN
src/blacksound/sounds/privatemessage.wav
Normal file
BIN
src/blacksound/sounds/privatemessage.wav
Normal file
Binary file not shown.
2
src/blacksound/sounds/readme.txt
Normal file
2
src/blacksound/sounds/readme.txt
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
Sounds from http://www.soundjay.com/
|
||||||
|
We might need to replace them by our own sounds
|
||||||
Reference in New Issue
Block a user