Add -fvisibility=hidden to Qt's CXXFLAGS for KDE.

master
Mike McQuaid 2011-02-12 09:48:41 +00:00
parent bd14f79d3b
commit 94bc7c1aef
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ class Qt <Formula
depends_on 'sqlite' if MACOS_VERSION <= 10.5
def install
ENV.append "CXXFLAGS", "-fvisibility=hidden"
args = ["-prefix", prefix,
"-system-libpng", "-system-zlib",
"-release", "-cocoa",