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