From 99eee06a31f6776853b8a38ed3fe62c2260ef80f Mon Sep 17 00:00:00 2001 From: Lars Mewes Date: Fri, 8 Oct 2021 11:47:17 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9ELichtklavier.pro=E2=80=9C=20=C3=A4nder?= =?UTF-8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Lichtklavier.pro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Lichtklavier.pro b/Lichtklavier.pro index 39a7cb7..567a188 100644 --- a/Lichtklavier.pro +++ b/Lichtklavier.pro @@ -7,9 +7,9 @@ CONFIG += c++11 # You can make your code fail to compile if it uses deprecated APIs. # In order to do so, uncomment the following line. #DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0 - -DEFINES += __LINUX_ALSA__ #ADDED BY L.Mewes 28.09.2021 -LIBS += -lasound # + # ADDED BY L.Mewes 28.09.2021 +DEFINES += __LINUX_ALSA__ # Defines the Midi-API that RtMidi will use. For Linux (also Raspbian) it will be ALSA +LIBS += -lasound # Includes Sound and Threading-Libraries LIBS += -lpthread # #