From 84f69bfcc0e276a2dc3fd515a2425069dd47f442 Mon Sep 17 00:00:00 2001 From: Bruno de Oliveira Abinader Date: Mon, 6 Mar 2017 11:56:59 -0800 Subject: Update README.md Fix patch typo. --- platform/qt/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform') diff --git a/platform/qt/README.md b/platform/qt/README.md index 22c06310c3..0123e3bda0 100644 --- a/platform/qt/README.md +++ b/platform/qt/README.md @@ -24,7 +24,7 @@ For macOS desktop, you can install Qt 5 via [Homebrew](http://brew.sh): Since Homebrew doesn't add Qt to the path, you'll have to do that manually before running any Make target: - export PATH=/usr/local/opt/qt5:$PATH + export PATH=/usr/local/opt/qt5/bin:$PATH We provide the following build targets for our Qt SDK: -- cgit v1.2.1