From 20d7f74c33fd940ac0cb79ba82a2a5ebc3baf535 Mon Sep 17 00:00:00 2001 From: John Preston Date: Tue, 20 Oct 2015 11:29:44 +0200 Subject: [PATCH] using Qt bundled libs when possible in Linux --- QTCREATOR.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QTCREATOR.md b/QTCREATOR.md index 8f608204d..dbdf70585 100644 --- a/QTCREATOR.md +++ b/QTCREATOR.md @@ -110,7 +110,7 @@ Install some packages for Qt (see **/home/user/TBuild/Libraries/QtStatic/qtbase/ In Terminal go to **/home/user/TBuild/Libraries/QtStatic** and there run - ./configure -release -opensource -confirm-license -qt-xcb -no-opengl -static -nomake examples -nomake tests + ./configure -release -opensource -confirm-license -qt-zlib -qt-libpng -qt-libjpeg -qt-freetype -qt-harfbuzz -qt-pcre -qt-xcb -qt-xkbcommon-x11 -no-opengl -static -nomake examples -nomake tests make -j4 sudo make -j4 install