From 74d121a727ebcfe058acf7e31dcc4df5babe72d6 Mon Sep 17 00:00:00 2001 From: tcprst Date: Sun, 18 Apr 2021 20:12:28 -0400 Subject: [PATCH] Fix Makefile for QT5 on macOS --- client/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/client/Makefile b/client/Makefile index f120efaf3..a4546cf86 100644 --- a/client/Makefile +++ b/client/Makefile @@ -15,6 +15,7 @@ OBJDIR = obj ifeq ($(platform),Darwin) PKG_CONFIG_ENV := PKG_CONFIG_PATH=$(BREW_PREFIX)/opt/qt/lib/pkgconfig + PKG_CONFIG_ENV := PKG_CONFIG_PATH=$(BREW_PREFIX)/opt/qt5/lib/pkgconfig endif ###################