summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/macnativeevents/macnativeevents.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/other/macnativeevents/macnativeevents.pro')
-rw-r--r--tests/auto/other/macnativeevents/macnativeevents.pro12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/auto/other/macnativeevents/macnativeevents.pro b/tests/auto/other/macnativeevents/macnativeevents.pro
deleted file mode 100644
index 0fe5949a1d..0000000000
--- a/tests/auto/other/macnativeevents/macnativeevents.pro
+++ /dev/null
@@ -1,12 +0,0 @@
-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