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)
|