summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/macnativeevents/macnativeevents.pro
blob: 0fe5949a1d6da90455b7ae0f45514ec281831bb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
CONFIG += testcase
TARGET = tst_macnativeevents
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

LIBS += -framework AppKit