From 36fb9db58f5f66b30704900c3ef096c0ed3a50f3 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Sat, 19 Nov 2022 18:40:18 +0200 Subject: [PATCH] Fix links. --- common.pri | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/common.pri b/common.pri index 6d8df3480..9cc32c54f 100644 --- a/common.pri +++ b/common.pri @@ -54,11 +54,11 @@ win32{ macx{ # Check which minimal OSX version supports current Qt version - # See page https://doc.qt.io/qt-5/supported-platforms-and-configurations.html - # For qt 5.14 https://doc.qt.io/qt-5.14/supported-platforms.html + # See page https://doc.qt.io/qt-5/supported-platforms.html + # For qt 5.14 https://doc.qt.io/archives/qt-5.14/supported-platforms.html # For Qt 5.13 https://doc.qt.io/archives/qt-5.13/supported-platforms.html - # For Qt 5.12 https://doc-snapshots.qt.io/qt5-5.12/supported-platforms.html - # For older versions https://doc.qt.io/qt-5.11/supported-platforms-and-configurations.html + # For Qt 5.12 https://doc.qt.io/archives/qt-5.12/supported-platforms.html + # For older versions https://doc.qt.io/archives/qt-5.11/supported-platforms-and-configurations.html equals(QT_MAJOR_VERSION, 5):greaterThan(QT_MINOR_VERSION, 13) {# Qt 5.14 QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.13 } else {