From 38123f92edf500acddf6de90b24c1e45a63b0d5b Mon Sep 17 00:00:00 2001 From: Aleks Kissinger Date: Fri, 28 Dec 2018 14:52:52 +0100 Subject: added missing libraries --- deploy-linux.sh | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'deploy-linux.sh') diff --git a/deploy-linux.sh b/deploy-linux.sh index 3a30f3b..373092a 100755 --- a/deploy-linux.sh +++ b/deploy-linux.sh @@ -65,16 +65,25 @@ cp --no-dereference $LIBDIR/libQt5Svg.so* lib cp --no-dereference $LIBDIR/libQt5Network.so* lib cp --no-dereference $LIBDIR/libQt5Gui.so* lib cp --no-dereference $LIBDIR/libQt5XcbQpa.so* lib +cp --no-dereference $LIBDIR/libQt5Xml.so* lib # add libicu, which is required by Qt5 for unicode support cp --no-dereference $LIBDIR/libicuuc.so* lib cp --no-dereference $LIBDIR/libicui18n.so* lib cp --no-dereference $LIBDIR/libicudata.so* lib +# add a couple of libraries which are not installed by default on Ubuntu +cp --no-dereference $LIBDIR/libdouble-conversion.so* lib +cp --no-dereference $LIBDIR/libxcb-xinerama.so* lib + # add openssl from the build system, as this seems to create some problems if the wrong version cp --no-dereference $LIBDIR/libssl.so* lib cp --no-dereference $LIBDIR/libcrypto.so* lib +# add poppler libs +cp --no-dereference $LIBDIR/libpoppler.so* lib +cp --no-dereference $LIBDIR/libpoppler-qt5.so* lib + # add Qt plugins used by TikZiT cp -R $PLUGINDIR/platforms plugins cp -R $PLUGINDIR/imageformats plugins -- cgit v1.2.3