[PATCH 3 of 6] Some reduction in qt libraries and document uitools build (needed for linguist)

Wald Commits scm-commit at wald.intevation.org
Thu Jun 26 17:43:19 CEST 2014


# HG changeset patch
# User Andre Heinecke <andre.heinecke at intevation.de>
# Date 1403797291 -7200
# Node ID d905758aa3a634b434d72005978ea1fe3d77fe37
# Parent  69dd092e2512e47b6dda911bb0a8c967271a37b4
Some reduction in qt libraries and document uitools build (needed for linguist)

diff -r 69dd092e2512 -r d905758aa3a6 INSTALL
--- a/INSTALL	Wed Jun 25 16:07:32 2014 +0200
+++ b/INSTALL	Thu Jun 26 17:41:31 2014 +0200
@@ -32,14 +32,20 @@
     -opensource \
     -release  -nomake tests  -nomake examples  -confirm-license \
     -static -no-cups -no-nis -no-icu -fontconfig \
-    -no-directfb -no-opengl -no-kms -no-eglfs -no-egl -no-openssl -no-glib
+    -no-directfb -opengl desktop -no-kms -no-eglfs -no-egl -no-openssl -no-glib \
+    -system-libpng -qpa xcb -xcb -no-nis -no-libjpeg -no-gif
+    nice make -j8
+    make install
+
+    cd qttools/src/designer/uitools
+    qmake
     nice make -j8
     make install
 
     cd qttools/src/linguist
     qmake
     nice make -j8
-    make install -k
+    make install
 
     curl -O https://polarssl.org/download/polarssl-1.3.7-gpl.tgz
     6beef0281160bf07fefefd6b412dd1ce4c39261cf5300835aef442253f0400e5  polarssl-1.3.7-gpl.tgz


More information about the Trustbridge-commits mailing list