blob: a0293d49981475a93a6872fd4ad703f6a0e0ea81 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
######################################################################
# Automatically generated by qmake (2.01a) Wed Nov 29 22:24:47 2006
######################################################################
load(qttest_p4)
TEMPLATE = app
DEPENDPATH += .
INCLUDEPATH += .
LIBS += -framework Carbon
HEADERS += qnativeinput.h qnativeplayer.h
SOURCES += qnativeinput.cpp qnativeplayer.cpp qnativeinput_mac.cpp
SOURCES += tst_macnativeevents.cpp
requires(mac)
|