9c92b99
From 0e49ef79bbe7ab30147ab990b9f5779cb20cc5e9 Mon Sep 17 00:00:00 2001
9c92b99
From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= <sergio@serjux.com>
9c92b99
Date: Sat, 18 Sep 2021 17:49:19 +0100
9c92b99
Subject: [PATCH 3/3] With shared lib libprojectM-qt we don't need this anymore
9c92b99
9c92b99
    With shared lib libprojectM-qt we don't need this anymore
9c92b99
    
9c92b99
diff --git a/configure.ac b/configure.ac
9c92b99
index 05107a37..8c43b5fb 100644
9c92b99
--- a/configure.ac
9c92b99
+++ b/configure.ac
9c92b99
@@ -177,10 +188,6 @@ AS_IF([test "$enable_qt" != "no"],
9c92b99
         # we have at least qt5 if $have_qt is true
9c92b99
         enable_qt=yes
9c92b99
         export QT_SELECT=qt5
9c92b99
-
9c92b99
-        # we depend on libQt5Gui and libQt5OpenGL
9c92b99
-        # https://github.com/projectM-visualizer/projectm/issues/271
9c92b99
-        LIBS="$LIBS -lQt5Gui -lQt5OpenGL"
9c92b99
     ],
9c92b99
     [AS_IF([test "$enable_qt" = "yes"],
9c92b99
         [AC_MSG_ERROR(["Qt5 not found"])],