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