qmake: Another attempt to silence ar on Windows

This commit is contained in:
Oleg Shparber
2016-09-11 04:15:01 -04:00
parent 012c2c508d
commit 61179da2d1
+4
View File
@@ -17,6 +17,10 @@ DEFINES *= QT_RESTRICTED_CAST_FROM_ASCII
DEFINES *= QT_NO_CAST_TO_ASCII
DEFINES *= QT_NO_URL_CAST_FROM_STRING
# Workaround for AppVeyor: Do not warn if the library had to be created.
# Based on https://codereview.qt-project.org/150326
win32-g++:QMAKE_LIB = ar -rc
# Keep build directory clean
MOC_DIR = $$BUILD_ROOT/.moc
OBJECTS_DIR = $$BUILD_ROOT/.obj