summaryrefslogtreecommitdiffstats
path: root/tests/auto/integrationtests/macnativeevents/macnativeevents.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/integrationtests/macnativeevents/macnativeevents.pro')
-rw-r--r--tests/auto/integrationtests/macnativeevents/macnativeevents.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/auto/integrationtests/macnativeevents/macnativeevents.pro b/tests/auto/integrationtests/macnativeevents/macnativeevents.pro
index 0a0f6c8743..d52a99dcba 100644
--- a/tests/auto/integrationtests/macnativeevents/macnativeevents.pro
+++ b/tests/auto/integrationtests/macnativeevents/macnativeevents.pro
@@ -2,12 +2,13 @@
# Automatically generated by qmake (2.01a) Wed Nov 29 22:24:47 2006
######################################################################
-load(qttest_p4)
+CONFIG += testcase
+TARGET = tst_macnativeevents
TEMPLATE = app
DEPENDPATH += .
INCLUDEPATH += .
LIBS += -framework Carbon
-QT += widgets
+QT += widgets testlib
HEADERS += qnativeevents.h nativeeventlist.h expectedeventlist.h
SOURCES += qnativeevents.cpp qnativeevents_mac.cpp
SOURCES += expectedeventlist.cpp nativeeventlist.cpp