no_warnings_for_symbols.patch raw

   1  --- a/qtbase/mkspecs/features/mac/no_warn_empty_obj_files.prf
   2  +++ b/qtbase/mkspecs/features/mac/no_warn_empty_obj_files.prf
   3  @@ -1,7 +1,7 @@
   4   # Prevent warnings about object files without any symbols. This is a common
   5   # thing in Qt as we tend to build files unconditionally, and then use ifdefs
   6   # to compile out parts that are not relevant.
   7  -QMAKE_RANLIB += -no_warning_for_no_symbols
   8  +# QMAKE_RANLIB += -no_warning_for_no_symbols
   9   
  10   # We have to tell 'ar' to not run ranlib by itself
  11   QMAKE_AR += -S
  12