tests/auto/macnativeevents/macnativeevents.pro
changeset 30 5dc02b23752f
equal deleted inserted replaced
29:b72c6db6890b 30:5dc02b23752f
       
     1 ######################################################################
       
     2 # Automatically generated by qmake (2.01a) Wed Nov 29 22:24:47 2006
       
     3 ######################################################################
       
     4 
       
     5 load(qttest_p4)
       
     6 TEMPLATE = app
       
     7 DEPENDPATH += .
       
     8 INCLUDEPATH += .
       
     9 LIBS += -framework Carbon
       
    10 
       
    11 HEADERS += qnativeevents.h nativeeventlist.h expectedeventlist.h
       
    12 SOURCES += qnativeevents.cpp qnativeevents_mac.cpp 
       
    13 SOURCES += expectedeventlist.cpp nativeeventlist.cpp
       
    14 SOURCES += tst_macnativeevents.cpp
       
    15 
       
    16 requires(mac)