summaryrefslogtreecommitdiffstats
path: root/tests/auto/integrationtests/macnativeevents/macnativeevents.pro
blob: d52a99dcba44edeae1a7087f64f67e6e8a8ec0dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
######################################################################
# Automatically generated by qmake (2.01a) Wed Nov 29 22:24:47 2006
######################################################################

CONFIG += testcase
TARGET = tst_macnativeevents
TEMPLATE = app
DEPENDPATH += .
INCLUDEPATH += .
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)