qt5base-lts/tests/auto/other/qaccessibilitymac/qaccessibilitymac.pro
Jake Petroules c1058cfd7b Remove remaining Carbon includes from QtCore, QtGui and QtWidgets
Carbon is deprecated and we should not rely on it at runtime or compile
time. These headers were only included for a small collection of
keyboard key constants which have now been hardcoded instead.

Change-Id: Ia2eaa267584b63be8019be3bbf64cba897a985a8
Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@qt.io>
2017-03-07 01:04:40 +00:00

15 lines
317 B
Prolog

CONFIG += testcase
TARGET = tst_qaccessibilitymac
QT += widgets testlib
HEADERS += tst_qaccessibilitymac_helpers.h
SOURCES += tst_qaccessibilitymac.cpp
mac {
LIBS += -framework Security -framework AppKit -framework ApplicationServices
OBJECTIVE_SOURCES += tst_qaccessibilitymac_helpers.mm
}
requires(mac)