51e501fa8d
Change-Id: I1955320e7639760b4383a53f37a506c8055933ef Reviewed-by: Liang Qi <liang.qi@theqtcompany.com>
16 lines
345 B
Prolog
16 lines
345 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qaccessibilitymac
|
|
# LIBS += -framework Carbon
|
|
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)
|