fix based on a patch from pljones
This commit is contained in:
parent
08c16748a8
commit
f62ee2f6be
1 changed files with 3 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue