2011-10-25 04:42:16 +00:00
|
|
|
CONFIG += testcase
|
|
|
|
TARGET = tst_macnativeevents
|
|
|
|
QT += widgets testlib
|
2011-04-27 10:05:43 +00:00
|
|
|
HEADERS += qnativeevents.h nativeeventlist.h expectedeventlist.h
|
2017-03-04 00:58:52 +00:00
|
|
|
SOURCES += qnativeevents.cpp qnativeevents_mac.cpp
|
2011-04-27 10:05:43 +00:00
|
|
|
SOURCES += expectedeventlist.cpp nativeeventlist.cpp
|
|
|
|
SOURCES += tst_macnativeevents.cpp
|
|
|
|
|
|
|
|
requires(mac)
|
2012-08-01 11:19:40 +00:00
|
|
|
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
|