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,6 +27,11 @@ win32 {
-framework AudioToolbox \
-framework AudioUnit
} else:unix {
# only include jack support if CONFIG nosound is not set
nosoundoption = $$find(CONFIG, "nosound")
count(nosoundoption, 0) {
message(Jack Audio Interface Enabled.)
HEADERS += linux/sound.h
SOURCES += linux/sound.cpp
@ -34,6 +39,7 @@ win32 {
LIBS += -ljack
}
}
RCC_DIR = src/res
RESOURCES += src/resources.qrc