From e471e6cd49920471cce056afd921448496493092 Mon Sep 17 00:00:00 2001 From: Jean-Marc Date: Sun, 12 Jul 2015 18:32:41 +0200 Subject: [PATCH] Do not forget QtSvg when using pkgconfig in autoconf --- config/qt4.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/qt4.m4 b/config/qt4.m4 index 4fc51407f7..33029b933d 100644 --- a/config/qt4.m4 +++ b/config/qt4.m4 @@ -202,7 +202,7 @@ AC_DEFUN([QT_DO_PKG_CONFIG], export PKG_CONFIG_PATH fi qt_corelibs="QtCore" - qt_guilibs="QtCore QtGui" + qt_guilibs="QtCore QtGui QtSvg" if test "x$USE_QT5" != "xno" ; then qt_corelibs="Qt5Core" qt_guilibs="Qt5Core Qt5Concurrent Qt5Gui Qt5Svg Qt5Widgets"