We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4a3fd6 commit f2bcd37Copy full SHA for f2bcd37
configure.ac
@@ -183,6 +183,10 @@ AS_IF([test "$enable_qt" != "no"],
183
# we have at least qt5 if $have_qt is true
184
enable_qt=yes
185
export QT_SELECT=qt5
186
+
187
+ # we depend on lQt5Gui and lQt5OpenGL
188
+ # https://github.com/projectM-visualizer/projectm/issues/271
189
+ LIBS="$LIBS -lQt5Gui -lQt5OpenGL"
190
],
191
[AS_IF([test "$enable_qt" = "yes"],
192
[AC_MSG_ERROR(["Qt5 not found"])],
0 commit comments