Merge pull request #1251 from tcprst/master

Fix Makefile for QT5 on macOS
This commit is contained in:
Iceman
2021-04-19 06:44:51 +02:00
committed by GitHub

View File

@@ -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
###################