qt6-bb10/src
André Klitzing 2a4e6124ac Fix build with macOS 10.15 and deployment 10.12
io/qfilesystemengine_unix.cpp:1420:9: error: 'futimens' is only available on macOS 10.13 or newer [-Werror,-Wunguarded-availability-new]
     if (futimens(fd, ts) == -1) {
         ^~~~~~~~
 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/sys/stat.h:396:9: note: 'futimens' has been marked as being introduced in macOS 10.13 here, but the deployment target is macOS 10.12.0
 int     futimens(int __fd, const struct timespec __times[2]) __API_AVAILABLE(macosx(10.13), ios(11.0), tvos(11.0), watchos(4.0));
         ^
 io/qfilesystemengine_unix.cpp:1420:9: note: enclose 'futimens' in a __builtin_available check to silence this warning
     if (futimens(fd, ts) == -1) {
         ^~~~~~~~

Change-Id: Ib52adf7b1ec4f1057d8cb260a00da509429cfaed
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
(cherry picked from commit 2f030c2cf3fe368be217c0e0b157e050d1c27afc)
2020-04-07 08:24:12 +02:00
..
3rdparty ANGLE: d3d11: Do not register windows message hooks for d3d11 windows 2020-04-02 08:58:03 +02:00
android Android: Include the resConfigs so that the package can be uploaded 2020-03-03 12:36:43 +01:00
angle ANGLE: d3d11: Do not register windows message hooks for d3d11 windows 2020-04-02 08:58:03 +02:00
concurrent QtConcurrent: fix warning about function parameters shadowing class members 2019-10-08 23:21:14 +02:00
corelib Fix build with macOS 10.15 and deployment 10.12 2020-04-07 08:24:12 +02:00
dbus Doc: Fix qdoc compilation errors qtbase 2020-01-17 12:56:08 +00:00
gui Doc: fix copy paste errors in border-*-style documentation 2020-03-21 11:36:04 +02:00
network q_getTimeFromASN1: fix invalid access 2020-03-19 14:48:08 +01:00
opengl Fix depth in renderText() 2019-12-03 13:51:28 +01:00
openglextensions QtGui: Disable Windows on ARM64 preprocessor conflict in QtOpenGL 2019-10-21 09:14:18 -04:00
platformheaders Doc: Display correct include for QWindowsWindowFunctions 2020-01-17 14:19:00 +01:00
platformsupport Do not crash on skipped Xlib visuals 2020-03-11 16:28:14 +00:00
plugins macOS: Flush sublayers via separate IOSurface backingstores 2020-03-25 12:20:00 +01:00
printsupport Doc/Printsupport: misc fixes 2020-01-31 06:23:59 +01:00
sql Doc: List alternative ways to get the MySQL C Connector 2020-02-27 06:30:19 +08:00
testlib testlib: add QAbstractItemModelTester::verify() 2020-03-30 19:32:06 +02:00
tools Android: Fix deployment on Windows host 2020-03-19 10:23:07 +01:00
widgets Send MouseMove events without buttons if the press closed the popup 2020-03-30 20:06:20 +01:00
winmain Merge remote-tracking branch 'origin/5.13' into dev 2019-05-27 15:34:10 +02:00
xml QDom: use correct precision when converting float/double values 2020-03-03 22:08:18 +01:00
src.pro Merge remote-tracking branch 'origin/5.13' into 5.14 2019-10-10 09:13:49 +02:00