qtmobility/examples/quickstart/quickstart.pro
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 14 6fbed849b4f4
equal deleted inserted replaced
1:2b40d63a9c3d 4:90517678cc4f
     9 MOBILITY += systeminfo
     9 MOBILITY += systeminfo
    10 #! [0]
    10 #! [0]
    11 
    11 
    12 # Input
    12 # Input
    13 SOURCES += main.cpp
    13 SOURCES += main.cpp
       
    14 
       
    15 #! [1]
       
    16 symbian {
       
    17     TARGET.CAPABILITIES = LocalServices ReadUserData WriteUserData NetworkServices UserEnvironment Location TrustedUI ReadDeviceData
       
    18 }
       
    19 #! [1]