mirror of
https://github.com/QuasarApp/installer-framework.git
synced 2025-04-28 14:34:36 +00:00
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>
This commit is contained in:
parent
eb719977c3
commit
e2f3e32fa2
2
INSTALL
2
INSTALL
@ -67,7 +67,7 @@ configure -prefix $PWD/qtbase -release -static -accessibility -qt-zlib -qt-libpn
|
||||
|
||||
Recommended configure options for OS X:
|
||||
|
||||
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
|
||||
|
||||
|
||||
Build the Framework
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user