diff options
author | Richard Moe Gustavsen <richard.gustavsen@nokia.com> | 2009-09-24 13:01:41 (GMT) |
---|---|---|
committer | Richard Moe Gustavsen <richard.gustavsen@nokia.com> | 2009-09-24 13:08:05 (GMT) |
commit | b69206ce55c37afef189781bc9234257d6f556c2 (patch) | |
tree | 19977cad8072a643ae14edfdd6e030b7d82d298c /mkspecs | |
parent | 2517576790923578b021b3aaede060647f2d318e (diff) | |
download | Qt-b69206ce55c37afef189781bc9234257d6f556c2.zip Qt-b69206ce55c37afef189781bc9234257d6f556c2.tar.gz Qt-b69206ce55c37afef189781bc9234257d6f556c2.tar.bz2 |
Mac: remove visibility warnings when building in mac
Some changes was done on Mac to support Qt building statically
on Cocoa. Unfortunatly, the change lead to many visibility warnings
because, with the change, src/tools/bootstrap was made with symbols
hidden by default (-fvisibility=hidden). Then, when building the
tools (moc, rcc etc), visibility was public by default (for internal
classes used by Qt). This caused warnings. The change is now temporarily
reverted until Morten get a second chance to look at it.
Rev-By: prasanth
Diffstat (limited to 'mkspecs')
-rw-r--r-- | mkspecs/features/static.prf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mkspecs/features/static.prf b/mkspecs/features/static.prf index 21a532e..ef3af07 100644 --- a/mkspecs/features/static.prf +++ b/mkspecs/features/static.prf @@ -9,7 +9,6 @@ contains(TEMPLATE, ".*lib"):{ mac { QMAKE_LFLAGS += $$QMAKE_LFLAGS_STATIC_LIB - CONFIG += hide_symbols } symbian { |