summaryrefslogtreecommitdiffstats
path: root/doc/installerfw-getting-started.qdoc
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@digia.com>2014-07-01 10:41:51 +0200
committerKai Koehne <kai.koehne@digia.com>2014-07-01 14:02:27 +0200
commite2f3e32fa2641f36f1cb491a2b7114654ade39d6 (patch)
treedc3cb8913c139a08f866ecf979b6846dd4c07f57 /doc/installerfw-getting-started.qdoc
parenteb719977c3547ce8e2d53820272f18e2fd063258 (diff)
Drop '-no-opengl' Qt configure argument for OS X
Compilation for -no-opengl on Mac OS X only got fixed in 5.4, qtbase commit a12ba316161b23b . Change-Id: I74d2cfd6b42c673ee72fbd4977eda92a82618748 Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
Diffstat (limited to 'doc/installerfw-getting-started.qdoc')
-rw-r--r--doc/installerfw-getting-started.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/installerfw-getting-started.qdoc b/doc/installerfw-getting-started.qdoc
index ff986c753..fced907bc 100644
--- a/doc/installerfw-getting-started.qdoc
+++ b/doc/installerfw-getting-started.qdoc
@@ -103,7 +103,7 @@
We recommend that you use the following configuration options for OS X:
\code
- configure -prefix $PWD/qtbase -release -static -accessibility -qt-zlib -qt-libpng -qt-libjpeg -no-opengl -nomake examples -nomake tests -developer-build -skip qtquick1 -skip qtscript -skip qtlocation
+ configure -prefix $PWD/qtbase -release -static -accessibility -qt-zlib -qt-libpng -qt-libjpeg -nomake examples -nomake tests -developer-build -skip qtquick1 -skip qtscript -skip qtlocation
\endcode
\section2 Setting up Qt Installer Framework