848f01f9fb
Remove the insignificant_tests CONFIG option in favor of a BLACKLIST file. The tests blacklisted have been found using CI builds logs. Change-Id: I1a963bdc24f7657731dc0374a8e2c3cbaa49f126 Task-number: QTBUG-22775 Reviewed-by: Morten Johan Sørvig <morten.sorvig@theqtcompany.com>
12 lines
358 B
Prolog
12 lines
358 B
Prolog
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
|