e39f50154f
Ensure the right test macro is run. Change-Id: I84d58038f25b000c05fd52e8bda92e4484d53a6e Reviewed-on: http://codereview.qt.nokia.com/3805 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
17 lines
535 B
Prolog
17 lines
535 B
Prolog
######################################################################
|
|
# Automatically generated by qmake (2.01a) Wed Nov 29 22:24:47 2006
|
|
######################################################################
|
|
|
|
load(qttest_p4)
|
|
TEMPLATE = app
|
|
DEPENDPATH += .
|
|
INCLUDEPATH += .
|
|
LIBS += -framework Carbon
|
|
QT += widgets
|
|
HEADERS += qnativeevents.h nativeeventlist.h expectedeventlist.h
|
|
SOURCES += qnativeevents.cpp qnativeevents_mac.cpp
|
|
SOURCES += expectedeventlist.cpp nativeeventlist.cpp
|
|
SOURCES += tst_macnativeevents.cpp
|
|
|
|
requires(mac)
|