Files
qt5.12.8/config.tests/futimens/futimens.pro
2025-08-26 22:57:23 +08:00

8 lines
365 B
INI

SOURCES = main.cpp
QMAKE_LFLAGS += -Wl,--fatal-warnings
# 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 -Werror=unguarded-availability-new
CONFIG += warn_on