fix based on a patch from pljones

This commit is contained in:
Volker Fischer 2011-06-28 19:16:52 +00:00
parent 08c16748a8
commit f62ee2f6be
1 changed files with 3 additions and 0 deletions

View File

@ -40,6 +40,9 @@ win32 {
-framework AudioToolbox \
-framework AudioUnit
} else:unix {
# we assume that stdint.h is always present in a Linux system
DEFINES += HAVE_STDINT_H
# only include jack support if CONFIG nosound is not set
nosoundoption = $$find(CONFIG, "nosound")
count(nosoundoption, 0) {