]> git.lyx.org Git - lyx.git/blobdiff - config/qt4.m4
Inset coords shall not be recorded in Inset::draw() because this can create problems...
[lyx.git] / config / qt4.m4
index 728697c14ee3e100a9297331bdc09a98a2303a6e..059c776a41ee02e9e3acf828e94eae3d4951ed34 100644 (file)
@@ -174,6 +174,7 @@ AC_DEFUN([QT4_DO_PKG_CONFIG],
                AC_SUBST(QT4_VERSION)
                QT4_LIB=`$PKG_CONFIG --libs-only-l QtCore QtGui`
                AC_SUBST(QT4_LIB)
+               LIBS="$LIBS `$PKG_CONFIG --libs-only-other QtCore QtGui`"
        fi
        PKG_CONFIG_PATH=$save_PKG_CONFIG_PATH
 ])