be73b00bc2
Qt 5.11 requires macOS 10.11. Change-Id: Iebbde845805a5ca382c34d0fe9176e8a9f7a2783 Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@qt.io> Reviewed-by: Jake Petroules <jake.petroules@qt.io>
34 lines
810 B
Plaintext
34 lines
810 B
Plaintext
#
|
|
# qmake configuration for Clang on OS X
|
|
#
|
|
|
|
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.11
|
|
|
|
QMAKE_APPLE_DEVICE_ARCHS = x86_64
|
|
|
|
# Opt-in xcb QPA support with XQuartz:
|
|
#
|
|
# configure \
|
|
# -pkg-config \
|
|
# -fontconfig -system-freetype \
|
|
# -system-xcb -xkb -no-opengl \
|
|
# -qt-xkbcommon -qt-xkbcommon-x11
|
|
#
|
|
# Ensure that pkg-config is properly configured, or that
|
|
# PKG_CONFIG_PATH=/opt/X11/lib/pkgconfig:/opt/X11/share/pkgconfig
|
|
# is set in your build environment.
|
|
#
|
|
# Due to irreconcilable differences between Cocoa
|
|
# and X11, OpenGL is currently not supported.
|
|
|
|
QMAKE_LIBS_X11 = -lX11 -lXext -lm
|
|
QMAKE_LIBDIR_X11 = /opt/X11/lib
|
|
QMAKE_INCDIR_X11 = /opt/X11/include
|
|
|
|
include(../common/macx.conf)
|
|
include(../common/gcc-base-mac.conf)
|
|
include(../common/clang.conf)
|
|
include(../common/clang-mac.conf)
|
|
|
|
load(qt_config)
|