From b69206ce55c37afef189781bc9234257d6f556c2 Mon Sep 17 00:00:00 2001 From: Richard Moe Gustavsen Date: Thu, 24 Sep 2009 15:01:41 +0200 Subject: 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 --- mkspecs/features/static.prf | 1 - 1 file changed, 1 deletion(-) 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 { -- cgit v0.12