qtmobility/tests/auto/qnetworkconfiguration/qnetworkconfiguration.pro
branchRCL_3
changeset 10 cd2778e5acfe
equal deleted inserted replaced
9:5d007b20cfd0 10:cd2778e5acfe
       
     1 SOURCES  += tst_qnetworkconfiguration.cpp
       
     2 HEADERS  += ../qbearertestcommon.h
       
     3 TARGET = tst_qnetworkconfiguration
       
     4 CONFIG += testcase
       
     5 
       
     6 QT = core network
       
     7 
       
     8 INCLUDEPATH += ../../../src/bearer
       
     9 
       
    10 include(../../../common.pri)
       
    11 CONFIG += mobility
       
    12 MOBILITY = bearer
       
    13 
       
    14 symbian {
       
    15     TARGET.CAPABILITY = NetworkServices NetworkControl ReadUserData 
       
    16 }
       
    17 
       
    18 maemo6|maemo5 {
       
    19     CONFIG += link_pkgconfig
       
    20 
       
    21     PKGCONFIG += conninet
       
    22 }