c1058cfd7b
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>
15 lines
317 B
Prolog
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)
|