qt5base-lts/tests/auto/other/macnativeevents/macnativeevents.pro

11 lines
331 B
Prolog
Raw Normal View History

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