diff options
Diffstat (limited to 'libquotient.pri')
-rw-r--r-- | libquotient.pri | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libquotient.pri b/libquotient.pri index 4fee6723..dc109d79 100644 --- a/libquotient.pri +++ b/libquotient.pri @@ -3,6 +3,8 @@ QT += network multimedia CONFIG *= c++1z warn_on rtti_off create_prl object_parallel_to_source win32-msvc* { + # Quotient code base does not play well with NMake inference rules + CONFIG *= no_batch QMAKE_CXXFLAGS_WARN_ON += -wd4100 -wd4267 } else { QMAKE_CXXFLAGS_WARN_ON += -Wno-unused-parameter |