# print verbose information about each configure test
-verbose
- # obsolete flag, does nothing
- #-nis
-
# always enable iconv support
-iconv
# disable gstreamer by default, override in qtmultimedia
-no-gstreamer
- # use upstream default
- #-no-system-proxies
+ # respect system proxies by default: it's the most natural
+ # setting, and it'll become the new upstream default in 5.8
+ $([[ ${QT5_MINOR_VERSION} -ge 6 ]] && echo -system-proxies)
# do not build with -Werror
-no-warnings-are-errors