summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorSergio Ahumada <sahumada@blackberry.com>2014-05-06 19:00:31 +0200
committerSergio Ahumada <sahumada@blackberry.com>2014-05-07 10:20:16 +0200
commitbe321571a79467292828e37c5b77c1cc5b5bc8dc (patch)
tree964032433232b06d6ad3fe4f79acf4ab0559fa78 /INSTALL
parent5c913c8f19913e607183fc4faf16dcad08452412 (diff)
Fix typo in INSTALL
Change-Id: Icd4991f9d9e30b9698f33f6551fcbad9e4f8a694 Reviewed-by: Niels Weber <niels.weber@digia.com>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index b1a3585c5..0e766efe7 100644
--- a/INSTALL
+++ b/INSTALL
@@ -63,7 +63,7 @@ Qt 4.8:
configure -opensource -release -static -accessibility -qt-zlib -qt-libtiff -qt-libpng -qt-libmng -qt-libjpeg -no-phonon -no-dbus -no-opengl -no-qt3support -no-webkit -no-xmlpatterns -no-svg -nomake examples -nomake demos
Qt 5:
-configure -opensource -release -static -accessibility -qt-zlib -qt-libpng -qt-libjpeg -no-dbus -no-opengl -nomake examples -nomake tests -developer-build -skip qtquick1 -skip declarative
+configure -opensource -release -static -accessibility -qt-zlib -qt-libpng -qt-libjpeg -no-dbus -no-opengl -nomake examples -nomake tests -developer-build -skip qtquick1 -skip qtdeclarative
Build the Framework
---------------------