summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/mac/no_warn_empty_obj_files.prf
diff options
context:
space:
mode:
Diffstat (limited to 'mkspecs/features/mac/no_warn_empty_obj_files.prf')
-rw-r--r--mkspecs/features/mac/no_warn_empty_obj_files.prf7
1 files changed, 7 insertions, 0 deletions
diff --git a/mkspecs/features/mac/no_warn_empty_obj_files.prf b/mkspecs/features/mac/no_warn_empty_obj_files.prf
new file mode 100644
index 0000000000..598938ab12
--- /dev/null
+++ b/mkspecs/features/mac/no_warn_empty_obj_files.prf
@@ -0,0 +1,7 @@
+# Prevent warnings about object files without any symbols. This is a common
+# thing in Qt as we tend to build files unconditionally, and then use ifdefs
+# to compile out parts that are not relevant.
+QMAKE_RANLIB += -no_warning_for_no_symbols
+
+# We have to tell 'ar' to not run ranlib by itself
+QMAKE_AR += -S