tests/auto/qgeoareamonitor/qgeoareamonitor.pro
changeset 0 876b1a06bc25
equal deleted inserted replaced
-1:000000000000 0:876b1a06bc25
       
     1 TEMPLATE = app
       
     2 CONFIG+=testcase
       
     3 TARGET=tst_qgeoareamonitor
       
     4 
       
     5 include (../../../common.pri)
       
     6 
       
     7 INCLUDEPATH += ../../../src/location
       
     8 
       
     9 # Input 
       
    10 HEADERS += ../qlocationtestutils_p.h
       
    11 SOURCES += tst_qgeoareamonitor.cpp \
       
    12            ../qlocationtestutils.cpp
       
    13 
       
    14 CONFIG += mobility
       
    15 MOBILITY = location
       
    16 
       
    17 symbian {
       
    18         TARGET.CAPABILITY = ALL -TCB
       
    19 }
       
    20