mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-23 20:10:48 +08:00
8 lines
309 B
Plaintext
8 lines
309 B
Plaintext
# 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
|