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