support CONFIG+=nosound

This commit is contained in:
Volker Fischer 2010-04-10 09:03:59 +00:00
parent d54db20f23
commit 888b354a42

View File

@ -27,12 +27,18 @@ win32 {
-framework AudioToolbox \
-framework AudioUnit
} else:unix {
HEADERS += linux/sound.h
SOURCES += linux/sound.cpp
# only include jack support if CONFIG nosound is not set
nosoundoption = $$find(CONFIG, "nosound")
count(nosoundoption, 0) {
message(Jack Audio Interface Enabled.)
DEFINES += WITH_SOUND
HEADERS += linux/sound.h
SOURCES += linux/sound.cpp
LIBS += -ljack
DEFINES += WITH_SOUND
LIBS += -ljack
}
}
RCC_DIR = src/res