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
commit 1468368f31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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