aboutsummaryrefslogtreecommitdiff
path: root/audio/sonivox-eas/files/patch-libsvoxeas_CMakeLists.txt
blob: 40a3cedc13762c34c71e339e1f5c0b3b7eb4a1b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- libsvoxeas/CMakeLists.txt.orig	2022-09-02 17:37:31 UTC
+++ libsvoxeas/CMakeLists.txt
@@ -25,7 +25,7 @@ set_target_properties( svoxeas PROPERTIES 
 
 target_link_libraries( svoxeas PRIVATE
     sonivox::sonivox-static
-    Qt5::Core
+    Qt6::Core
     Drumstick::ALSA
     PkgConfig::PULSE
 )