From 40768c1b91371f64aa94cb174e698ee8707b457e Mon Sep 17 00:00:00 2001 From: Yann Hodiesne <56298263+yannhodiesne@users.noreply.github.com> Date: Thu, 16 Feb 2023 16:52:06 +0100 Subject: [PATCH] Qt 5.15 is required by MemoryWidget.cpp because of the usage of setPlaceholderText --- Building-for-macOS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Building-for-macOS.md b/Building-for-macOS.md index 3cfe862..2f01ffb 100644 --- a/Building-for-macOS.md +++ b/Building-for-macOS.md @@ -16,9 +16,9 @@ sudo xcode-select -s /path/to/Xcode.app/Contents/Developer ## Install Qt -Install Qt5 from the qt.io website +Install Qt5 from the qt.io website, the minimum required version for Dolphin is Qt 5.15 -The offline installer can be found here. https://www.qt.io/offline-installers +The online installer can be found here: https://www.qt.io/download-qt-installer When it comes to selecting components to install, select the Qt prebuilt components for MacOS.