mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
configure: Initialize Qt variables
This commit is contained in:
parent
5dd8e9cdd4
commit
bf4a72a4e6
1 changed files with 2 additions and 0 deletions
|
@ -274,6 +274,8 @@ AM_CONDITIONAL(HAVE_GTK, test "x$HAVE_GTK" = "xyes")
|
|||
AM_CONDITIONAL(HAVE_GTK_X11, test "x$HAVE_GTK_X11" = "xyes")
|
||||
AM_CONDITIONAL(HAVE_GTK_QUARTZ, test "x$HAVE_GTK_QUARTZ" = "xyes")
|
||||
|
||||
HAVE_QT=no
|
||||
HAVE_QT_MOC=no
|
||||
dnl QT is optional and only used in examples
|
||||
PKG_CHECK_MODULES(QT, Qt5Gui Qt5Widgets, [
|
||||
HAVE_QT=yes
|
||||
|
|
Loading…
Reference in a new issue