qt: ensure we use bundled libs
Fixes Homebrew/homebrew#27898. Closes Homebrew/homebrew#27956.
This commit is contained in:
parent
3c0c092b65
commit
3e5899a4e6
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ class Qt < Formula
|
|||
|
||||
args = ["-prefix", prefix,
|
||||
"-system-zlib",
|
||||
"-qt-libtiff", "-qt-libpng", "-qt-libjpeg",
|
||||
"-confirm-license", "-opensource",
|
||||
"-nomake", "demos", "-nomake", "examples",
|
||||
"-cocoa", "-fast", "-release"]
|
||||
|
|
Loading…
Reference in a new issue