From 4dffb91abf87eab15f867796bbeed873f5f64027 Mon Sep 17 00:00:00 2001 From: swittk Date: Fri, 6 Mar 2020 04:00:19 +0700 Subject: [PATCH] Added the part where Qt is needed to compile. --- Building-for-macOS.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Building-for-macOS.md b/Building-for-macOS.md index 2e44c38..e046a21 100644 --- a/Building-for-macOS.md +++ b/Building-for-macOS.md @@ -4,6 +4,18 @@ macOS Yosemite (10.10) or newer is required to build Dolphin. You will need to install "Command Line Tools for Xcode". Installing Xcode itself is optional if you have installed the Command Line Tools. +## Install Qt + +Install Qt5 from the qt.io website + +The offline installer can be found here. https://www.qt.io/offline-installers + +When it comes to selecting components to install, select the Qt prebuilt components for MacOS. + +* Before running CMake in the next step, make your you export your Qt5_DIR to the folder in your Qt installation with Qt5Config.cmake in it ( this is usually ///clang_64/lib/cmake/Qt5 ) by entering in terminal `export Qt5_DIR=` + + + ## Checkout and Compile Dolphin To checkout Dolphin's source: