qt: Fix build for android

https://bugzilla.gnome.org/show_bug.cgi?id=756082
This commit is contained in:
Holger Kaelberer 2016-01-24 15:42:32 +01:00 committed by Matthew Waters
parent 8d9ab6cfc2
commit 0f865b316c

View file

@ -2811,7 +2811,7 @@ AG_GST_CHECK_FEATURE(QT, [Qt elements], qt, [
# manually for the library one is using
PKG_CHECK_MODULES(GNUSTL, gnustl, [
QT_CFLAGS="$QT_CFLAGS $GNUSTL_CFLAGS"
QT_LIBS="$QT_CFLAGS $GNUSTL_LIBS"
QT_LIBS="$QT_LIBS $GNUSTL_LIBS"
], [
AC_MSG_NOTICE([Could not find Standard C++ library])])