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>
11 lines
331 B
Prolog
11 lines
331 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_macnativeevents
|
|
QT += widgets testlib
|
|
HEADERS += qnativeevents.h nativeeventlist.h expectedeventlist.h
|
|
SOURCES += qnativeevents.cpp qnativeevents_mac.cpp
|
|
SOURCES += expectedeventlist.cpp nativeeventlist.cpp
|
|
SOURCES += tst_macnativeevents.cpp
|
|
|
|
requires(mac)
|
|
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
|