qtmobility/tests/benchmarks/location/location.pro
changeset 14 6fbed849b4f4
equal deleted inserted replaced
11:06b8e2af4411 14:6fbed849b4f4
       
     1 TEMPLATE = app
       
     2 TARGET = tst_bm_location
       
     3 CONFIG += testcase
       
     4 
       
     5 SOURCES += tst_bm_location.cpp
       
     6 
       
     7 QT += core \
       
     8       network
       
     9 
       
    10 
       
    11 INCLUDEPATH += ../../../src/location
       
    12 
       
    13 include(../../../common.pri)
       
    14 
       
    15 CONFIG += mobility
       
    16 
       
    17 MOBILITY = location
       
    18 
       
    19 
       
    20 symbian {
       
    21     TARGET.CAPABILITY = All -TCB
       
    22     INCLUDEPATH += $${EPOCROOT}epoc32/include/osextensions
       
    23     INCLUDEPATH += $$(EPOCROOT)epoc32/include/app
       
    24     INCLUDEPATH += $$(EPOCROOT)epoc32/include/platform/app
       
    25 }