aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorAndras Becsi <andras.becsi@digia.com>2013-08-26 10:39:25 +0200
committerAndras Becsi <andras.becsi@digia.com>2013-08-26 17:43:06 +0200
commit4729b4eb7d55c0f6fc34a4447c6c8c4e43cb67e1 (patch)
tree6dfe004663db24c1a4f4eab217d3373442c2ddf6 /dist
parent023899f67f920f7e69ec79f8f871e76b98386eae (diff)
Update README of the installer
Configure options -qt-sql-sqlite and -no-c++11 are also needed when configuring the static Qt needed for the installer. Change-Id: I80d059d714e4eebb9362c2f1fc944d0c178f9a43 Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@digia.com>
Diffstat (limited to 'dist')
-rw-r--r--dist/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/README b/dist/README
index beca8f2..013c549 100644
--- a/dist/README
+++ b/dist/README
@@ -6,7 +6,7 @@ It is recommended to use the official Qt sdk packages (http://qt-project.org/dow
Linux:
qtbase, qttools, qtscript
-./configure -nomake examples -nomake tests -static -release -opensource -confirm-license -prefix `pwd`/../qt-install -qt-libpng -qt-libjpeg -qt-zlib -no-cups -no-icu
+./configure -nomake examples -nomake tests -static -release -opensource -confirm-license -prefix `pwd`/../qt-install -qt-libpng -qt-libjpeg -qt-zlib -no-cups -no-icu -qt-sql-sqlite -no-c++11
actually install all of them!