summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/macnativeevents/macnativeevents.pro
blob: 48ad04bbff921ed441ab7f35ae0e0e5f3a8dd4fa (plain)
1
2
3
4
5
6
7
8
9
10
11
CONFIG += testcase
TARGET = tst_macnativeevents
LIBS += -framework Carbon
QT += widgets testlib
HEADERS += qnativeevents.h nativeeventlist.h expectedeventlist.h
SOURCES += qnativeevents.cpp qnativeevents_mac.cpp 
SOURCES += expectedeventlist.cpp nativeeventlist.cpp
SOURCES += tst_macnativeevents.cpp

requires(mac)
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0