7fd3cc3980
Convert QSysInfo/QOperatingSystemVersion to __builtin_available where required or possible, or to QOperatingSystemVersion where __builtin_available cannot be used and is not needed (such as negated conditions, which are not supported by that construct). Change-Id: I83c0e7e777605b99ff4d24598bfcccf22126fdda Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
7 lines
281 B
Prolog
7 lines
281 B
Prolog
SOURCES += futimens.cpp
|
|
|
|
# Block futimens() on Apple platforms unless it's available on ALL deployment
|
|
# targets. This simplifies the logic at the call site dramatically, as it isn't
|
|
# strictly needed compared to futimes().
|
|
darwin: QMAKE_CXXFLAGS += -Werror=unguarded-availability
|