Added sub project for sound refs #107

Added sound generator, which can play a series of tones
This commit is contained in:
Klaus Basan
2014-02-05 20:42:59 +00:00
committed by Mathew Sutcliffe
parent d360fe5ce2
commit 6d99ddf9b0
4 changed files with 361 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
# quick is required for metadata registration
QT += network dbus gui multimedia
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = blacksound
TEMPLATE = lib
CONFIG += staticlib c++11
INCLUDEPATH += ..
DEPENDPATH += . ..
# PRECOMPILED_HEADER = stdpch.h
precompile_header:!isEmpty(PRECOMPILED_HEADER) {
DEFINES += USING_PCH
}
DEFINES += LOG_IN_FILE
win32:!win32-g++*: PRE_TARGETDEPS += ../../lib/blackmisc.lib
else: PRE_TARGETDEPS += ../../lib/libblackmisc.a
HEADERS += *.h
SOURCES += *.cpp
DESTDIR = ../../lib
OTHER_FILES +=