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 AudioToolbox \
|
||||||
-framework AudioUnit
|
-framework AudioUnit
|
||||||
} else:unix {
|
} 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
|
# only include jack support if CONFIG nosound is not set
|
||||||
nosoundoption = $$find(CONFIG, "nosound")
|
nosoundoption = $$find(CONFIG, "nosound")
|
||||||
count(nosoundoption, 0) {
|
count(nosoundoption, 0) {
|
||||||
|
|
Loading…
Reference in a new issue