2011-10-25 04:42:16 +00:00
|
|
|
CONFIG += testcase
|
|
|
|
TARGET = tst_macnativeevents
|
2011-04-27 10:05:43 +00:00
|
|
|
LIBS += -framework Carbon
|
2011-10-25 04:42:16 +00:00
|
|
|
QT += widgets testlib
|
2011-04-27 10:05:43 +00:00
|
|
|
HEADERS += qnativeevents.h nativeeventlist.h expectedeventlist.h
|
|
|
|
SOURCES += qnativeevents.cpp qnativeevents_mac.cpp
|
|
|
|
SOURCES += expectedeventlist.cpp nativeeventlist.cpp
|
|
|
|
SOURCES += tst_macnativeevents.cpp
|
|
|
|
|
|
|
|
requires(mac)
|
2011-11-16 15:15:00 +00:00
|
|
|
CONFIG += insignificant_test # QTBUG-22775
|