summaryrefslogtreecommitdiffstats
path: root/config.tests/unix/futimens/futimens.pro
blob: 83a122252adc64324df59170d26000f50f031afa (plain)
1
2
3
4
5
6
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