diff -r b72c6db6890b -r 5dc02b23752f tests/auto/macnativeevents/macnativeevents.pro --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests/auto/macnativeevents/macnativeevents.pro Tue Jul 06 15:10:48 2010 +0300 @@ -0,0 +1,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 += qnativeevents.h nativeeventlist.h expectedeventlist.h +SOURCES += qnativeevents.cpp qnativeevents_mac.cpp +SOURCES += expectedeventlist.cpp nativeeventlist.cpp +SOURCES += tst_macnativeevents.cpp + +requires(mac)