added code to support compilation on the Raspberry Pi (not enabled)

This commit is contained in:
Volker Fischer 2015-03-18 17:57:22 +00:00
parent 25fa1bb8ca
commit 1b83ab7525

View File

@ -84,6 +84,9 @@ win32 {
LIBS += -ljack
}
# enable to following line to support compilation on the Raspberry Pi
#LIBS += -lrt
# Linux is our source distribution, include sources from other OSs
DISTFILES += mac/sound.h \
mac/sound.cpp \