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