Browse Source

Yet another old macOS build fix

tags/v2.3.0-RC1
falkTX 3 years ago
parent
commit
9eed5125d5
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      source/theme/Makefile

+ 2
- 0
source/theme/Makefile View File

@@ -28,6 +28,7 @@ QT5_LINK_FLAGS = $(NON_STATIC_LINK_FLAGS) $(shell pkg-config --libs Qt5Core Qt5G
QT5_STYLES_DIR = $(shell pkg-config --variable=libdir Qt5Core)/qt5/plugins/styles
else
ifeq ($(MACOS),true)
ifneq ($(MACOS_OLD),true)
ifeq ($(HAVE_PYQT),true)
HAVE_QT5=true
QT5_PREFIX = $(shell pkg-config --variable=prefix Qt5OpenGLExtensions)
@@ -37,6 +38,7 @@ QT5_STYLES_DIR = $(QT5_PREFIX)/lib/qt5/plugins/styles
endif
endif
endif
endif

# ---------------------------------------------------------------------------------------------------------------------



Loading…
Cancel
Save