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:
Klaus Basan
2014-02-10 23:17:44 +01:00
parent 278138bc76
commit b48b865a9a
9 changed files with 10 additions and 1 deletions

View File

@@ -20,4 +20,11 @@ else: PRE_TARGETDEPS += ../../lib/libblackmisc.a
HEADERS += *.h
SOURCES += *.cpp
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